SIGN IN SIGN UP

bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)

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.
V
Victor Stinner committed
80b762f010097ab8137782e5fbdc89c5c620ed4e
Parent: 6c785c0
Committed by GitHub <noreply@github.com> on 8/1/2018, 4:18:07 PM