]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)
authorStefan Krah <skrah@bytereef.org>
Sat, 15 Aug 2020 14:06:21 +0000 (16:06 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 14:06:21 +0000 (16:06 +0200)
commit40e700ad042089120456cc2ee79b8ca69479416b
treecb8f3bc80e018015a7cb8f8201ea0729b11f4897
parentfa5d7251987c70a9c5d58b59a0b36ac9287eaafa
bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)

This applies to the default "extc99" mode.  Python does not compile with "stdc99".
Modules/_decimal/libmpdec/mpdecimal.c