Message 346075 - Python tracker (original) (raw)
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.