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-13.06:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560408374.66.0.1380788203.issue37250@roundup.psfhosted.org>
In-reply-to
Content
> This is a terrible idea, FWIW. Please don't do this.

Why not? It's a simple pragmatic solution that fixes an actual problem at essentially no cost to CPython.

You're right of course that Cython shouldn't set tp_print to 0 on Python 3. But I don't think that's a relevant argument.
History
Date User Action Args
2019-06-13 06:46:14jdemeyersetrecipients: + jdemeyer, ncoghlan, scoder, vstinner, petr.viktorin, steve.dower
2019-06-13 06:46:14jdemeyersetmessageid: <1560408374.66.0.1380788203.issue37250@roundup.psfhosted.org>
2019-06-13 06:46:14jdemeyerlinkissue37250 messages
2019-06-13 06:46:14jdemeyercreate