mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
e7de0c5901
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>.
Miscellaneous source files for the main Python shared library