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-19.19:03:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560970980.46.0.576602552036.issue37250@roundup.psfhosted.org>
In-reply-to
Content
> If compatibility is the concern here, then we should be aiming for the smallest diff between 3.7 and 3.8

I challenge that assertion.

The smallest diff may superficially look like the best solution, but on closer inspection, it is not. It will break ABI compatibility in any case where vectorcall is used, while my proposal of putting tp_print at the end does not.

What you propose is *worse* than the status quo.
History
Date User Action Args
2019-06-19 19:03:00jdemeyersetrecipients: + jdemeyer, ncoghlan, scoder, vstinner, petr.viktorin, steve.dower
2019-06-19 19:03:00jdemeyersetmessageid: <1560970980.46.0.576602552036.issue37250@roundup.psfhosted.org>
2019-06-19 19:03:00jdemeyerlinkissue37250 messages
2019-06-19 19:03:00jdemeyercreate