bpo-36974: Fix GDB integration (GH-13665)
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.
P
Petr Viktorin committed
fecb75c1bb46c818e6579ba422cfa5d0d9d104d1
Parent: e70bfa9
Committed by GitHub <noreply@github.com>
on 5/29/2019, 8:45:41 PM