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 vstinner
Recipients jdemeyer, ncoghlan, petr.viktorin, scoder, steve.dower, vstinner
Date 2019-06-18.08:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560847965.9.0.765462993017.issue37250@roundup.psfhosted.org>
In-reply-to
Content
> 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.

If we reintroduce it, why not put it back at its previous place, to provide ABI compatibility?
History
Date User Action Args
2019-06-18 08:52:45vstinnersetrecipients: + vstinner, ncoghlan, scoder, petr.viktorin, jdemeyer, steve.dower
2019-06-18 08:52:45vstinnersetmessageid: <1560847965.9.0.765462993017.issue37250@roundup.psfhosted.org>
2019-06-18 08:52:45vstinnerlinkissue37250 messages
2019-06-18 08:52:45vstinnercreate