◐ Shell
clean mode source ↗

gh-108765: Python.h no longer includes <sys/time.h> by vstinner · Pull Request #108775 · python/cpython

@bedevere-bot mentioned this pull request

Sep 1, 2023
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>.

@vstinner vstinner marked this pull request as ready for review

September 2, 2023 15:07