mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #22624: Python 3 requires clock() to build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user