gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Python.h no longer includes <time.h>, <sys/select.h> and <sys/time.h> standard header files. * Add <time.h> include to xxsubtype.c. * Add <sys/time.h> include to posixmodule.c and semaphore.c. * readline.c includes <sys/select.h> instead of <sys/time.h>. * resource.c no longer includes <time.h> and <sys/time.h>.
V
Victor Stinner committed
e7de0c5901b85a5241386a33f98c27a4e08d5384
Parent: bdc3c88
Committed by GitHub <noreply@github.com>
on 9/2/2023, 3:51:19 PM