[issue22079] Ensure in PyType_Ready() that base class of static type is static

Xiang Zhang report at bugs.python.org
Sat Jun 25 03:09:13 EDT 2016


Xiang Zhang added the comment:

In the mro list I think the first is always the type itself which has already been checked to be a statically allocated type if we can touch the loop. Starting from 0 checks it twice and it's not a base either.

BTW, I don't receive an email from the tracker. :(

----------

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


More information about the Python-bugs-list mailing list