Jeroen Demeyer <j.deme...@ugent.be> added the comment:

> IMHO the simplest and safest option for this issue is to revert tp_print 
> removal and move tp_vectorcall_offset at the end of PyTypeObject.

I just realized that there is a much simpler solution: add back tp_print at the 
*end* of the PyTypeObject structure. This will fix the Cython problem and is 
even less likely to break stuff. I'm doing that in PR 14193.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to