]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of fix for SF bug 840829, memory corruption in some cases of
authorTim Peters <tim.peters@gmail.com>
Thu, 13 Nov 2003 01:17:55 +0000 (01:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 13 Nov 2003 01:17:55 +0000 (01:17 +0000)
commit695461f2004a9a74892e347e5bdcf18f84f37568
treed282d2078274da51ad1bc18eb5f7411fc63bbc41
parenta6794eaaeeef558ca272612ba83502acd6d31e17
Backport of fix for SF bug 840829, memory corruption in some cases of
weakref callbacks.

This is a critical bugfix.  It's already been fixed on the trunk (2.4
development).  I don't intend to backport it to the 22 line, but if a
2.2.4 ever gets released, this should be in it.
Lib/test/test_weakref.py
Misc/NEWS
Objects/typeobject.c