]> granicus.if.org Git - python/commit
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
authorVictor Stinner <vstinner@redhat.com>
Wed, 1 Aug 2018 16:18:07 +0000 (18:18 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 16:18:07 +0000 (18:18 +0200)
commit80b762f010097ab8137782e5fbdc89c5c620ed4e
tree153bd836a83680ade86f0fd00b07f8dfcb71a03e
parent6c785c0ebdadc84d80a53d896c38fd7ada8ae1f6
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.
Include/coreconfig.h
Include/internal/import.h [deleted file]
Modules/zipimport.c
Programs/_testembed.c
Python/coreconfig.c
Python/import.c