mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
bpo-31650, bpo-34170: Replace _Py_CheckHashBasedPycsMode with _PyCoreConfig._check_hash_pycs_mode. Modify PyInit__imp() and zipimport to get the parameter from the current interpreter core configuration. Remove Include/internal/import.h file.
Miscellaneous source files for the main Python shared library