Closed
Description
This was changed in:
python/cpython#13185 / python/cpython@aacc77f to support https://www.python.org/dev/peps/pep-0590/
A brute-force tp_print
-> tp_vectorcall_offset
find-and-replace fixes it on cpython master, but is very not back-compatible 😈 . Will look into seeing if I can sort out how to gate this correctly.