Skip to content

[3.10] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)#26877

Merged
vstinner merged 1 commit into
python:3.10from
vstinner:inittab310
Jun 23, 2021
Merged

[3.10] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)#26877
vstinner merged 1 commit into
python:3.10from
vstinner:inittab310

Conversation

@vstinner

@vstinner vstinner commented Jun 23, 2021

Copy link
Copy Markdown
Member

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)
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