This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients jdemeyer, ncoghlan, petr.viktorin, scoder, steve.dower, vstinner
Date 2019-06-18.08:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560847863.09.0.546862607476.issue37250@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-06-18 08:51:03jdemeyersetrecipients: + jdemeyer, ncoghlan, scoder, vstinner, petr.viktorin, steve.dower
2019-06-18 08:51:03jdemeyersetmessageid: <1560847863.09.0.546862607476.issue37250@roundup.psfhosted.org>
2019-06-18 08:51:03jdemeyerlinkissue37250 messages
2019-06-18 08:51:03jdemeyercreate