]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Jun 2023 12:08:37 +0000 (05:08 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 12:08:37 +0000 (12:08 +0000)
commit6375287b37c226eb95d032b4714c43f8c04b7edb
tree84f0f99063e99117343ed2bb9653ba008db5b5de
parentdbd7d7c8e105e0462aec0530a118c016870c45a8
[3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)

Quoting autoconf (v2.71):

    All current systems provide time.h; it need not be checked for.
    Not all systems provide sys/time.h, but those that do, all allow
    you to include it and time.h simultaneously.

(cherry picked from commit 9ab587b7146618866cee52c220aecf7bd5b44b02)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Modules/readline.c
Modules/resource.c
configure
configure.ac
pyconfig.h.in