Files
cpython/Python
Victor Stinner 65b7eff7c7 _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.
2011-05-07 12:46:05 +02:00
..
2011-03-15 05:59:46 +02:00
2011-04-12 18:35:21 -05:00
2010-07-12 14:18:21 +00:00
2011-04-15 16:52:35 +03:00