Fix compvars error with varargs functions
we were checking if the functions retrieves the exact same number of args as our calling convention requested this failed for varargs. I encountered this while running test/cpython/test_math.py
Showing
Please register or sign in to comment