summaryrefslogtreecommitdiff
path: root/Python/codecs.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-07 12:46:05 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-07 12:46:05 +0200
commit65b7eff7c7b00bcd39ee3abfda00f9c556b24504 (patch)
treeb649f86bbc245ad7422b78667c3016efce81e67f /Python/codecs.c
parent7bba62fd68e3a2c410c37348cf679edea04c7718 (diff)
downloadcpython-git-65b7eff7c7b00bcd39ee3abfda00f9c556b24504.tar.gz
_PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
The name must be encodable to ASCII because dynamic module must have a function called "PyInit_NAME", they are written in C, and the C language doesn't accept non-ASCII identifiers.
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions