Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY · pythoncapi/cpython@9bb758c · GitHub
Skip to content

Commit 9bb758c

Browse files
committed
Issue python#22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY
Ensure also that the tv_usec field is consistent: in range [0; 999999].
1 parent 5791a54 commit 9bb758c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Python/pytime.c

Lines changed: 2 additions & 5 deletions

0 commit comments

Comments
 (0)