File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ Project: core implementation
44Still 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-
127Support mixed multiple inheritance from classic and new-style classes?
138That would be cool and make new-style classes much more usable (it
149would remove most of the reasons not to use them for new projects).
@@ -38,6 +33,11 @@ this.)
3833Done (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+
4141Assignment to __dict__.
4242
4343More performance work -- one particular test, test_descr.inherits(),
You can’t perform that action at this time.
0 commit comments