[issue20066] PyStructSequence_NewType() not setting proper heap allocation flag?

Joannah Nanjekye report at bugs.python.org
Sun Sep 15 20:57:58 EDT 2019


Joannah Nanjekye <nanjekyejoannah at gmail.com> added the comment:

As commented in issue15729, the Py_TPFLAGS_HEAPTYPE flag is now set in PyType_FromSpecWithBases() which is called by PyStructSequence_NewType(). I think this is no longer an issue.

----------
nosy: +nanjekyejoannah

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue20066>
_______________________________________


More information about the Python-bugs-list mailing list