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, petr.viktorin, scoder, vstinner
Date 2019-06-12.13:35:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560346500.54.0.530328086654.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.

That's a drastic solution to a rather simple problem. PR 14009 would fix Cython just fine.
History
Date User Action Args
2019-06-12 13:35:00jdemeyersetrecipients: + jdemeyer, scoder, vstinner, petr.viktorin
2019-06-12 13:35:00jdemeyersetmessageid: <1560346500.54.0.530328086654.issue37250@roundup.psfhosted.org>
2019-06-12 13:35:00jdemeyerlinkissue37250 messages
2019-06-12 13:35:00jdemeyercreate