]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Thu, 1 Jun 2023 11:37:40 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 11:37:40 +0000 (13:37 +0200)
commit9ab587b7146618866cee52c220aecf7bd5b44b02
treef08fac8ec42d0c0ce92655ea5bd6185bfd7b46d1
parent76b9c0cfaa3062a7f649d60cea653173d12d3839
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)

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.
Modules/readline.c
Modules/resource.c
configure
configure.ac
pyconfig.h.in