Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b6323 commit 225cd55Copy full SHA for 225cd55
1 file changed
Modules/_testcapi/time.c
@@ -75,7 +75,6 @@ test_pytime_time(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(args))
75
printf("ERR! %d\n", (int)t);
76
return NULL;
77
}
78
- printf("... %d\n", (int)t);
79
return pytime_as_float(t);
80
81
0 commit comments