Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3133f41

Browse files
committed
The GC issues with __del__ are now dealt with.
1 parent 573395a commit 3133f41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PLAN.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ this.)
3333
Done (mostly)
3434
-------------
3535

36-
Add __del__ handlers? I asked for a motivation on python-dev and
37-
nobody piped up. Yet I expect it will be asked for later. *** Are
38-
there GC issues? Doesn't the GC make an exception for classic classes
39-
with a __del__ handler? This part is *not* yet dealt with. ***
36+
Add __del__ handlers. I asked for a motivation on python-dev and
37+
nobody piped up. Yet I expect it will be asked for later. There
38+
were some GC issues, but these have now also been dealt with, thanks
39+
to Neil Schemenauer.
4040

4141
Assignment to __dict__.
4242

0 commit comments

Comments
 (0)