• Victor Stinner's avatar
    Issue #22117: Fix test_gdb for the new time.sleep() · 79644f9c
    Victor Stinner yazdı
    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.
    79644f9c
test_gdb.py 36.2 KB