commit | 4030714a93afacdcb4783f37320c48b4ad99da87 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 09 17:39:14 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 09 17:39:14 2002 +0000 |
tree | c4e817db45883dcfb4cee2eaa2dff01cc56d01fe | |
parent | 4aa21aa5b331183af372c1d0a8e59be997f78c33 [diff] |
For new-style classes, we can now test for tp_del instead of asking for a __del__ attribute, to see if there's a finalizer.