Kaydet (Commit) 3133f419 authored tarafından Guido van Rossum's avatar Guido van Rossum

The GC issues with __del__ are now dealt with.

üst 573395a7
...@@ -33,10 +33,10 @@ this.) ...@@ -33,10 +33,10 @@ this.)
Done (mostly) Done (mostly)
------------- -------------
Add __del__ handlers? I asked for a motivation on python-dev and Add __del__ handlers. I asked for a motivation on python-dev and
nobody piped up. Yet I expect it will be asked for later. *** Are nobody piped up. Yet I expect it will be asked for later. There
there GC issues? Doesn't the GC make an exception for classic classes were some GC issues, but these have now also been dealt with, thanks
with a __del__ handler? This part is *not* yet dealt with. *** to Neil Schemenauer.
Assignment to __dict__. Assignment to __dict__.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment