]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Aug 2020 18:37:08 +0000 (11:37 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 18:37:08 +0000 (20:37 +0200)
commit1864eacc22485b26c0ec0a059c9330f877861afb
tree373f8981212bf4b336cf7fa852c21ab212c18b34
parentfc8ffe27b6f29d67b76fb2ef57466c95af5a9f82
bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)

This applies to the default "extc99" mode.  Python does not compile with "stdc99".

(cherry picked from commit 40e700ad042089120456cc2ee79b8ca69479416b)

Authored-by: Stefan Krah <skrah@bytereef.org>
Modules/_decimal/libmpdec/mpdecimal.c