]> 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 22:13:51 +0000 (22:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 20 Nov 2003 22:13:51 +0000 (22:13 +0000)
commitca6919c1805d20533d2be8e68e2849e15aff7bf7
tree4cef7d38e414e63b4503751d4c8e50e546599ff9
parentd33ed28024886462f027741e5d35c2d9d24069a2
SF bug 839548:  Bug in type's GC handling causes segfaults.
Also SF patch 843455.

This is a critical bugfix, backported from 2.4 development.
I don't intend to backport beyond 2.3 maint.  The bugs this fixes
have been there since weakrefs were introduced.
Include/weakrefobject.h
Lib/test/test_weakref.py
Misc/NEWS
Modules/gcmodule.c
Objects/weakrefobject.c