Issue #22624: Python 3 requires clock() to build

This commit is contained in:
Victor Stinner 2016-07-08 17:55:01 +02:00
parent d3b96e1cd4
commit 53e22bfea5
1 changed files with 1 additions and 0 deletions

View File

@ -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
}