https://github.com/python/cpython
Revision ece3841d3ddf38875b997eb919488cbb911a66e2 authored by Victor Stinner on 23 June 2021, 15:47:38 UTC, committed by GitHub on 23 June 2021, 15:47:38 UTC
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 489699ca05bed5cfd10e847d8580840812b476cd)
1 parent 88a3342
History
Tip revision: ece3841d3ddf38875b997eb919488cbb911a66e2 authored by Victor Stinner on 23 June 2021, 15:47:38 UTC
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
Tip revision: ece3841
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.gitattributes -rw-r--r-- 2.0 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 6.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 71.3 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 22.3 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 573.3 KB
configure.ac -rw-r--r-- 172.9 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 45.2 KB
setup.py -rw-r--r-- 112.8 KB

README.rst

back to top