c2ac9a98e2
Fixes #4093 - Make PY_VECTORCALL_ARGUMENTS_OFFSET a size_t like on CPython - Remove the assert in PyVectorcall_NARGS and use checked cast
116 B
116 B
Changes definitions of PY_VECTORCALL_ARGUMENTS_OFFSET
and PyVectorcall_NARGS
to fix a false-positive assertion.