Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53e22bf

Browse files
committed
Issue #22624: Python 3 requires clock() to build
1 parent d3b96e1 commit 53e22bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/timemodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,7 @@ py_process_time(_Py_clock_info_t *info)
10341034
}
10351035
#endif
10361036

1037+
/* Currently, Python 3 requires clock() to build: see issue #22624 */
10371038
return floatclock(info);
10381039
#endif
10391040
}

0 commit comments

Comments
 (0)