diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-07 12:46:05 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-07 12:46:05 +0200 |
commit | 65b7eff7c7b00bcd39ee3abfda00f9c556b24504 (patch) | |
tree | b649f86bbc245ad7422b78667c3016efce81e67f /Python/codecs.c | |
parent | 7bba62fd68e3a2c410c37348cf679edea04c7718 (diff) | |
download | cpython-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