mirror of
https://github.com/python/cpython.git
synced 2026-06-19 01:21:46 -04:00
49d3f2514b
* Rename _PyImport_FindExtension() to _PyImport_FindExtensionUnicode(): the filename becomes a Unicode object instead of byte string * Rename _PyImport_FixupExtension() to _PyImport_FixupExtensionUnicode(): the filename becomes a Unicode object instead of byte string