[issue37250] C files generated by Cython set tp_print to 0: PyTypeObject.tp_print removed

Steve Dower report at bugs.python.org
Wed Jun 19 16:30:04 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

> It will break ABI compatibility in any case where vectorcall is used, while my proposal of putting tp_print at the end does not.

ABI compatibility with what? We haven't released vectorcall yet, so it has no compatibility baseline.

----------

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


More information about the Python-bugs-list mailing list