]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More backporting of gc-vs-__del__ fixes. It should be fixed for instances
authorTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 19:13:14 +0000 (19:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 19:13:14 +0000 (19:13 +0000)
commit539afe0d8412551503e75b20a1f010560aa5fbc1
tree7419c5ffd332a0eb4bfa05a50c4f8f3319c680b1
parent82550d5b8654cee55357cef303038effa4e0448a
More backporting of gc-vs-__del__ fixes.  It should be fixed for instances
of classic classes now.  Alas, new-style classes are still a problem, and
didn't need to be fixed in 2.3 (they were already immune in 2.3 due to the
new-in-2.3 tp_del slot).
Include/classobject.h
Modules/gcmodule.c