mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
80b762f010
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.