[issue3453] PyType_Ready doesn't ensure that all bases are ready

Roger Upole report at bugs.python.org
Tue Jul 29 04:55:55 CEST 2008


Roger Upole <rupole at hotmail.com> added the comment:

If that were the case, it wouldn't need to call PyType_Ready for 
tp_base either.  From stepping thru the code, there are several places 
in the interpreter core that PyType_Ready is called for types whose 
tp_base has not been initialized yet.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3453>
_______________________________________


More information about the Python-bugs-list mailing list