Message 345965 - Python tracker (original) (raw)

Message345965

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:03 jdemeyer set recipients: + jdemeyer, ncoghlan, scoder, vstinner, petr.viktorin, steve.dower
2019-06-18 08:51:03 jdemeyer set messageid: 1560847863.09.0.546862607476.issue37250@roundup.psfhosted.org
2019-06-18 08:51:03 jdemeyer link issue37250 messages
2019-06-18 08:51:03 jdemeyer create