Staging
v0.5.0
https://github.com/python/cpython
Revision 508d7693bc09affd99fdaa4a321cc3da0638c8a0 authored by Miss Islington (bot) on 23 May 2018, 19:58:21 UTC, committed by Ned Deily on 23 May 2018, 19:58:21 UTC
bpo-25612, bpo-33612: Remove an assertion from PyThreadState_Clear()
which failed at Python shutdown or on fork if a thread was running a
generator.
(cherry picked from commit b6dccf54fd3bac9c87348d96f9d6b571608c15bc)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent 2fc443c
History
Tip revision: 508d7693bc09affd99fdaa4a321cc3da0638c8a0 authored by Miss Islington (bot) on 23 May 2018, 19:58:21 UTC
bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074)
Tip revision: 508d769
File Mode Size
.github
.vsts
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 772 bytes
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 5.7 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 61.1 KB
README.rst -rw-r--r-- 9.3 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 482.5 KB
configure.ac -rw-r--r-- 160.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 42.2 KB
setup.py -rw-r--r-- 99.5 KB

README.rst

back to top