This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients Arfrever, alex, doko, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-06-26.06:40:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466923223.67.0.00366514922592.issue22079@psf.upfronthosting.co.za>
In-reply-to
Content
I thought that too at first. But if we use __bases__, can we still guarantee that 'all bases of statically allocated type should be statically allocated'? How about its grand bases? Is it possible that a statically allocated type inherit a dynamic type but does not go through PyType_Ready and then be inherited?
History
Date User Action Args
2016-06-26 06:40:23xiang.zhangsetrecipients: + xiang.zhang, doko, pitrou, vstinner, Arfrever, alex, python-dev, serhiy.storchaka
2016-06-26 06:40:23xiang.zhangsetmessageid: <1466923223.67.0.00366514922592.issue22079@psf.upfronthosting.co.za>
2016-06-26 06:40:23xiang.zhanglinkissue22079 messages
2016-06-26 06:40:23xiang.zhangcreate