]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one.
authorTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 20:33:05 +0000 (20:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 20:33:05 +0000 (20:33 +0000)
commit8998a819375d8aa439e560472edcee9d9fa5475c
treeb2c9f625f18c712373ec554fe2e4f806c128f3f2
parent1ac384995cf769fe2dbbe5515b1c07c7858cdf40
Fixed the gc-vs-__del__ bugs for new-style classes.  That's it for this one.
Lib/test/test_gc.py
Misc/NEWS
Modules/gcmodule.c