_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.
V
Victor Stinner committed
65b7eff7c7b00bcd39ee3abfda00f9c556b24504
Parent: 7bba62f