Skip to content

bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var#8608

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:hash_remove_hash_pycs
Aug 1, 2018
Merged

bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var#8608
vstinner merged 1 commit intopython:masterfrom
vstinner:hash_remove_hash_pycs

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Aug 1, 2018

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.

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.
@vstinner
Copy link
Member Author

vstinner commented Aug 1, 2018

_Py_CheckHashBasedPycsMode was only accessible with Py_BUILD_CORE.

@vstinner vstinner merged commit 80b762f into python:master Aug 1, 2018
@vstinner vstinner deleted the hash_remove_hash_pycs branch August 1, 2018 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants