Files
cpython/Objects
Guido van Rossum f76de62f7d Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)
The fix is a band-aid: type_call() now makes the same exception for a
single-argument call to type() as type_new() was already making.
2001-10-18 15:49:21 +00:00
..
2000-05-02 18:34:30 +00:00
2001-08-29 23:54:21 +00:00