Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b73efee6
Commit
b73efee6
authored
Nov 01, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
__del__ is done -- except for the GC issue.
parent
e8c40cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
PLAN.txt
PLAN.txt
+5
-5
No files found.
PLAN.txt
View file @
b73efee6
...
...
@@ -4,11 +4,6 @@ Project: core implementation
Still to do (by priority)
-------------------------
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 there
GC issues? Doesn't the GC make an exception for classic classes with
a __del__ handler?
Support mixed multiple inheritance from classic and new-style classes?
That would be cool and make new-style classes much more usable (it
would remove most of the reasons not to use them for new projects).
...
...
@@ -38,6 +33,11 @@ this.)
Done (mostly)
-------------
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
there GC issues? Doesn't the GC make an exception for classic classes
with a __del__ handler? This part is *not* yet dealt with. ***
Assignment to __dict__.
More performance work -- one particular test, test_descr.inherits(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment