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-19.20:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> If we should put in the workaround for 3.8, how does that make it okay to remove in 3.9?

Cython has been modified to no longer set tp_print. The idea is just to give more time (one Python major release) to maintainers of C extensions to regenerate their Cython .c files.
History
Date User Action Args
2019-06-19 20:39:03vstinnersetrecipients: + vstinner, ncoghlan, scoder, petr.viktorin, jdemeyer, steve.dower
2019-06-19 20:39:03vstinnersetmessageid: <[email protected]>
2019-06-19 20:39:03vstinnerlinkissue37250 messages
2019-06-19 20:39:03vstinnercreate