You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes for the python 3.8+
Py_ssize_t PyTypeObject.tp_vectorcall_offset
"Changed in version 3.8: Before version 3.8, this slot was named tp_print. In Python 2.x, it was used for printing to a file. In Python 3.0 to 3.7, it was unused."
More on:
https://docs.python.org/3/c-api/typeobj.html
0 commit comments