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:57:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560347856.83.0.742319874315.issue37250@roundup.psfhosted.org>
In-reply-to
Content
> Honestly, reintroducing tp_print looks simple and safe enough. Is there any drawback?

1. The one-time effort to change the code and documentation back.

2. Stefan Behnel wanted to use tp_print for backporting vectorcall in Cython to earlier Python versions.

3. Stable ABI incompatibility (the complaint that you incorrectly added to PR 13858 would become correct).
History
Date User Action Args
2019-06-12 13:57:36jdemeyersetrecipients: + jdemeyer, scoder, vstinner, petr.viktorin
2019-06-12 13:57:36jdemeyersetmessageid: <1560347856.83.0.742319874315.issue37250@roundup.psfhosted.org>
2019-06-12 13:57:36jdemeyerlinkissue37250 messages
2019-06-12 13:57:36jdemeyercreate