Staging
v0.5.1
https://github.com/python/cpython
Revision 87d23a041d9efb743c5680ac23305ddddf300e51 authored by Victor Stinner on 26 April 2019, 03:49:26 UTC, committed by GitHub on 26 April 2019, 03:49:26 UTC
Py_FinalizeEx() now clears _PyRuntime.warnings variables and
_PyRuntime.exitfuncs.

Changes:

* Add _PyWarnings_Fini(): called by Py_FinalizeEx()
* call_ll_exitfuncs() now clears _PyRuntime.exitfuncs while iterating
  on it (on backward order).
1 parent 99e69d4
History
Tip revision: 87d23a041d9efb743c5680ac23305ddddf300e51 authored by Victor Stinner on 26 April 2019, 03:49:26 UTC
bpo-36724: Add _PyWarnings_Fini() (#12963)
Tip revision: 87d23a0
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 7.9 KB
CODE_OF_CONDUCT.md -rw-r--r-- 609 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 64.4 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 491.1 KB
configure.ac -rw-r--r-- 162.1 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 43.4 KB
setup.py -rw-r--r-- 99.4 KB

README.rst

back to top