]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
subtype_dealloc(): A more complete fix for critical bug 840829 +
authorTim Peters <tim.peters@gmail.com>
Thu, 13 Nov 2003 22:48:42 +0000 (22:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 13 Nov 2003 22:48:42 +0000 (22:48 +0000)
commit8e81b7efad82ee2d9f4ad84d5e8ce51a0abb9fa2
tree381a48730a4c20d7c939b3dad576330843bfa341
parentd7fbabe565b3c849a9f1674c6eda7989d1c702ab
subtype_dealloc():  A more complete fix for critical bug 840829 +
expanded the test case with a piece that needs the more-complete fix.

I don't intend to backport this beyond 2.3 maint.  It's a critical
bugfix, and should be backported to 2.2, 2.1, ..., if more releases in
those lines get made.
Lib/test/test_weakref.py
Objects/typeobject.c