Skip to content

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

Merged
vstinner merged 1 commit intopython:3.9from
vstinner:inittab39
Jun 23, 2021
Merged

[3.9] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)#26878
vstinner merged 1 commit intopython:3.9from
vstinner:inittab39

Conversation

@vstinner
Copy link
Copy Markdown
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