mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
* Remove private _PyImport C API functions: move them to the internal C API (pycore_import.h). * No longer export most of these private functions. * _testcapi avoids private _PyImport_GetModuleAttrString().