Files
cpython/Objects
Guido van Rossum 63517577fd Patch from SF bug 570483 (Tim Northover).
In a fresh interpreter, type.mro(tuple) would segfault, because
PyType_Ready() isn't called for tuple yet.  To fix, call
PyType_Ready(type) if type->tp_dict is NULL.
2002-06-18 16:44:57 +00:00
..
2001-08-29 23:54:21 +00:00
2002-06-13 21:11:11 +00:00
2002-06-13 21:25:17 +00:00