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

[3.9] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) #26878

Merged
merged 1 commit into from
Jun 23, 2021
Merged

[3.9] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) #26878

merged 1 commit into from
Jun 23, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 23, 2021

Py_RunMain() now resets PyImport_Inittab to its initial value at
exit. It must be possible to call PyImport_AppendInittab() or
PyImport_ExtendInittab() at each Python initialization.

(cherry picked from commit 489699c)

https://bugs.python.org/issue44441

Py_RunMain() now resets PyImport_Inittab to its initial value at
exit. It must be possible to call PyImport_AppendInittab() or
PyImport_ExtendInittab() at each Python initialization.

(cherry picked from commit 489699c)
@vstinner vstinner merged commit 5ed7827 into python:3.9 Jun 23, 2021
@vstinner vstinner deleted the inittab39 branch June 23, 2021 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants