commit | 80b762f010097ab8137782e5fbdc89c5c620ed4e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Aug 01 18:18:07 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 01 18:18:07 2018 +0200 |
tree | 153bd836a83680ade86f0fd00b07f8dfcb71a03e | |
parent | 6c785c0ebdadc84d80a53d896c38fd7ada8ae1f6 [diff] |
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.