Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
exposed in Python.h. This function is similar to POSIX gettimeofday(struct timeval *tp), but available on platforms without gettimeofday().
Showing
Include/pytime.h
0 → 100644
Python/pytime.c
0 → 100644
Please register or sign in to comment