Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var #8608

Merged
merged 1 commit into from Aug 1, 2018
Merged

bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var #8608

merged 1 commit into from Aug 1, 2018

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.

None yet

3 participants