Kaydet (Commit) 53e22bfe authored tarafından Victor Stinner's avatar Victor Stinner

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

üst d3b96e1c
...@@ -1034,6 +1034,7 @@ py_process_time(_Py_clock_info_t *info) ...@@ -1034,6 +1034,7 @@ py_process_time(_Py_clock_info_t *info)
} }
#endif #endif
/* Currently, Python 3 requires clock() to build: see issue #22624 */
return floatclock(info); return floatclock(info);
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment