-
Guido van Rossum yazdı
This changes the default __new__ to refuse arguments iff tp_init is the default __init__ implementation -- thus making it a TypeError when you try to pass arguments to a constructor if the class doesn't override at least __init__ or __new__.
298e4214
To find the state of this project's repository at the time of any of these versions, check out
the tags.