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

Serhiy Storchaka report at bugs.python.org
Sat Jul 26 14:36:39 CEST 2014


New submission from Serhiy Storchaka:

It would be good if PyType_Ready() will check that base class of static type is static.

----------
components: Interpreter Core
messages: 224049
nosy: alex, haypo, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Ensure in PyType_Ready() that base class of static type is static
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list