[issue42747] Remove Py_TPFLAGS_HAVE_VERSION_TAG flag?

Petr Viktorin report at bugs.python.org
Tue Jul 20 10:25:29 EDT 2021


Petr Viktorin <encukou at gmail.com> added the comment:

The bit cannot be repurposed, since older extensions using the stable ABI might set it.
It doesn't make much sense to remove the Py_TPFLAGS_HAVE_VERSION_TAG or Py_TPFLAGS_HAVE_FINALIZE defines; I'd let them stay to document that the bits are reserved.

----------

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


More information about the Python-bugs-list mailing list