]> granicus.if.org Git - python/commit
For new-style classes, we can now test for tp_del instead of asking
authorGuido van Rossum <guido@python.org>
Fri, 9 Aug 2002 17:39:14 +0000 (17:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Aug 2002 17:39:14 +0000 (17:39 +0000)
commit4030714a93afacdcb4783f37320c48b4ad99da87
treec4e817db45883dcfb4cee2eaa2dff01cc56d01fe
parent4aa21aa5b331183af372c1d0a8e59be997f78c33
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.
Modules/gcmodule.c