]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91731: Build Python with -std=c11 (#91733)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Apr 2022 11:19:05 +0000 (13:19 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Apr 2022 11:19:05 +0000 (13:19 +0200)
commitaaeea78b0f8f4c8dfab5cd4eb6fb4c5fe1ee21e2
tree5e848883a588436415b5f08c8dc71da4592a77b3
parent4420faf273e9e2d03226a9375e1e04a336230c84
gh-91731: Build Python with -std=c11 (#91733)

Python is now built with "-std=c11" compiler option, rather than
"-std=c99".
Misc/NEWS.d/next/Build/2022-04-20-11-14-51.gh-issue-91731.zRoPcJ.rst [new file with mode: 0644]
configure
configure.ac