Staging
v0.5.1
https://github.com/python/cpython
Revision 7d37a2a564c18ea4e6b66b5622cfeee56666f900 authored by Tim Peters on 31 October 2004, 00:13:07 UTC, committed by Tim Peters on 31 October 2004, 00:13:07 UTC
In cyclic gc, clear all weakrefs to unreachable objects before allowing any
Python code (weakref callbacks or __del__ methods) to run.

This is a critical bugfix, affecting all versions of Python since weakrefs
were introduced.
1 parent d9016a0
History
Tip revision: 7d37a2a564c18ea4e6b66b5622cfeee56666f900 authored by Tim Peters on 31 October 2004, 00:13:07 UTC
SF 1055820: weakref callback vs gc vs threads
Tip revision: 7d37a2a
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.1 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 588.3 KB
configure.in -rw-r--r-- 84.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.7 KB
setup.py -rw-r--r-- 50.7 KB

README

back to top