bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466) · python/cpython@4060111 · GitHub
Skip to content

Commit 4060111

Browse files
authored
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.
1 parent eb002db commit 4060111

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

Include/internal/pycore_pymath.h

Lines changed: 0 additions & 9 deletions

Python/errors.c

Lines changed: 0 additions & 6 deletions

0 commit comments

Comments
 (0)