diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-07 10:46:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-07 10:46:05 (GMT) |
commit | 65b7eff7c7b00bcd39ee3abfda00f9c556b24504 (patch) | |
tree | b649f86bbc245ad7422b78667c3016efce81e67f /Lib | |
parent | 7bba62fd68e3a2c410c37348cf679edea04c7718 (diff) | |
download | cpython-65b7eff7c7b00bcd39ee3abfda00f9c556b24504.zip cpython-65b7eff7c7b00bcd39ee3abfda00f9c556b24504.tar.gz cpython-65b7eff7c7b00bcd39ee3abfda00f9c556b24504.tar.bz2 |
_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 'Lib')
0 files changed, 0 insertions, 0 deletions