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

Skip to content

Commit b73efee

Browse files
committed
__del__ is done -- except for the GC issue.
1 parent e8c40cb commit b73efee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PLAN.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ Project: core implementation
44
Still to do (by priority)
55
-------------------------
66

7-
Add __del__ handlers? I asked for a motivation on python-dev and
8-
nobody piped up. Yet I expect it will be asked for later. Are there
9-
GC issues? Doesn't the GC make an exception for classic classes with
10-
a __del__ handler?
11-
127
Support mixed multiple inheritance from classic and new-style classes?
138
That would be cool and make new-style classes much more usable (it
149
would remove most of the reasons not to use them for new projects).
@@ -38,6 +33,11 @@ this.)
3833
Done (mostly)
3934
-------------
4035

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. ***
40+
4141
Assignment to __dict__.
4242

4343
More performance work -- one particular test, test_descr.inherits(),

0 commit comments

Comments
 (0)