]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
authorOleg Iarygin <oleg@arhadthedev.net>
Fri, 25 Feb 2022 23:16:59 +0000 (02:16 +0300)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 23:16:59 +0000 (00:16 +0100)
commit4060111f9dc44682f9d7bdafb4e7dacb96706ad3
tree4a37519d4101130f91722b69eb7c5fedb740ba8e
parenteb002dbe0da9622245a355db5f0cd5aa2fc70b40
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)

After Python switched to C11, there is a guarantee that every compiler
conforms to ISO C so checks of __STDC__ have no sense.
Include/internal/pycore_pymath.h
Python/errors.c