Commit Graph

2 Commits

Author SHA1 Message Date
Antoine Pitrou e81c806be7 De-duplicate contents of pytime.h 2010-08-13 15:25:56 +00:00
Alexander Belopolsky 6fc4ade2bb 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().
2010-08-05 17:34:27 +00:00