commit | 8cc705eabcea0436ba51ff5eb87aafa82521d2b4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Nov 01 14:23:28 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Nov 01 14:23:28 2001 +0000 |
tree | 0cd74cf063d071153803c8125276a584c4b39e24 | |
parent | 01a9462787c0efcd0cfef33407e99f6ef6531eb2 [diff] |
SF bug #477059 (my own): __del__ on new classes vs. GC. When moving objects with a __del__ attribute to a special list, look for __del__ on new-style classes with the HEAPTYPE flag set as well. (HEAPTYPE means the class was created by a class statement.)