]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug 839548: Bug in type's GC handling causes segfaults.
authorTim Peters <tim.peters@gmail.com>
Thu, 20 Nov 2003 21:21:46 +0000 (21:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 20 Nov 2003 21:21:46 +0000 (21:21 +0000)
commit403a2032230087943a52453deef93769f22461f8
treefb760ac52c5fc2d9a83dd444f0d8dd15d28b50ce
parent901dc983168d4ca706ed664a8f5134ee3add26ed
SF bug 839548:  Bug in type's GC handling causes segfaults.
Also SF patch 843455.

This is a critical bugfix.
I'll backport to 2.3 maint, but not beyond that.  The bugs this fixes
have been there since weakrefs were introduced.
Include/weakrefobject.h
Lib/test/test_weakref.py
Misc/NEWS
Modules/gc_weakref.txt [new file with mode: 0644]
Modules/gcmodule.c
Objects/weakrefobject.c