• Petr Viktorin's avatar
    bpo-36974: Fix GDB integration (GH-13665) · fecb75c1
    Petr Viktorin authored
    As it changes the way functions are called, the PEP 590 implementation
    skipped the functions that the GDB integration is looking for
    (by name) to find function calls.
    
    Looking for the new helper `cfunction_call_varargs` hopefully fixes the
    tests, and thus buildbots.
    
    The changed frame nuber in test_gdb is due to there being fewer
    C calls when calling a built-in method.
    fecb75c1
libpython.py 63.9 KB