Staging
v0.5.1
https://github.com/python/cpython
Revision 131051079351859a5451b873667b489e2a9e9f2a authored by Victor Stinner on 13 December 2013, 01:17:29 UTC, committed by Victor Stinner on 13 December 2013, 01:17:29 UTC
Fix a crash when a generator is created in a C thread that is destroyed while
the generator is still used. The issue was that a generator contains a frame,
and the frame kept a reference to the Python state of the destroyed C thread.
The crash occurs when a trace function is setup.
1 parent da12ada
History
Tip revision: 131051079351859a5451b873667b489e2a9e9f2a authored by Victor Stinner on 13 December 2013, 01:17:29 UTC
Issue #14432: Generator now clears the borrowed reference to the thread state
Tip revision: 1310510
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 891 bytes
.hgeol -rw-r--r-- 755 bytes
.hgignore -rw-r--r-- 1.2 KB
.hgtags -rw-r--r-- 5.7 KB
.hgtouch -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 48.5 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 44.2 KB
config.sub -rwxr-xr-x 34.7 KB
configure -rwxr-xr-x 431.4 KB
configure.ac -rw-r--r-- 133.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 39.5 KB
setup.py -rw-r--r-- 94.0 KB

README

back to top