]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New tests identical to boom and boom2, except using new-style classes.
authorTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 19:44:13 +0000 (19:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 19:44:13 +0000 (19:44 +0000)
commit8805e66ec8c67a8ec2ce6e1e6e6802ce2252925b
tree96d366dd9aacb626208ea0ce75eee5211f2b041b
parentfb2a6ccfc42cb15e15c4d2608bf096357a8a79ed
New tests identical to boom and boom2, except using new-style classes.
These never failed in 2.3, and the tests confirm it.  They still blow up
in the 2.2 branch, despite that all the gc-vs-__del__ fixes from 2.3
have been backported (and this is expected -- 2.2 needs more work than
2.3 needed).
Lib/test/test_gc.py