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
42a8c2b2
Commit
42a8c2b2
authored
Aug 09, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add resolution of __new__ story sequel.
parent
eaa77e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
PLAN.txt
PLAN.txt
+4
-0
No files found.
PLAN.txt
View file @
42a8c2b2
...
@@ -99,6 +99,10 @@ we try to use this for some, eh, interesting types such as tuples. ***
...
@@ -99,6 +99,10 @@ we try to use this for some, eh, interesting types such as tuples. ***
def __new__(cls, *args):
def __new__(cls, *args):
"How do I call the default __new__ implementation???"
"How do I call the default __new__ implementation???"
This was resolved nicely by putting object.__new__ back but not
inheriting __new__ from object when the subtype is a built-in or
extension type.
More -- I'm sure new issues will crop up as we go.
More -- I'm sure new issues will crop up as we go.
...
...
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