mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
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>. |
||
|---|---|---|
| .. | ||
| clinic | ||
| multiprocessing.c | ||
| multiprocessing.h | ||
| posixshmem.c | ||
| semaphore.c | ||