Issue #22624: Python 3 requires clock() to build
This commit is contained in:
parent
d3b96e1cd4
commit
53e22bfea5
|
@ -1034,6 +1034,7 @@ py_process_time(_Py_clock_info_t *info)
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Currently, Python 3 requires clock() to build: see issue #22624 */
|
||||
return floatclock(info);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue