bpo-45439: _PyObject_Call() only checks tp_vectorcall_offset once (GH-28890)
Add _PyVectorcall_Call() helper function. Add "assert(PyCallable_Check(callable));" to PyVectorcall_Call(), similar check than PyVectorcall_Function().
V
Victor Stinner committed
fb8f208a4ddb38eedee71f9ecd0f22058802dab1
Parent: 61190e0
Committed by GitHub <noreply@github.com>
on 10/11/2021, 10:18:26 PM