Issue #22117: Fix test_gdb for the new time.sleep()
Use time.gmtime() instead of time.sleep(), because time.sleep() is no more declared with METH_VARARGS but with METH_O. time.gmtime() is still declared with METH_VARARGS and so it is called with PyCFunction_Call() which is the target of the test_gdb unit test.
V
Victor Stinner committed
79644f9c83b3cd992c16c6e1bd6c7a5fd49f24c0
Parent: ba508d5