]> granicus.if.org Git - python/commit
Avoid UB in test selection macro. (#3407)
authorDevin Jeanpierre <jeanpierreda@gmail.com>
Thu, 7 Sep 2017 01:00:47 +0000 (18:00 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 7 Sep 2017 01:00:47 +0000 (18:00 -0700)
commit78ebc73f9b17373d25eb35e9f9511b2cb63825ff
tree5b69851fc6792e3199d6c3df1e33c46c349e5480
parent738b7d9766e1a794aaaabfba0d515a467ba833ca
Avoid UB in test selection macro. (#3407)

This fixes the gcc "warning: this use of "defined" may not be portable [-Wexpansion-to-defined]"

See discussion in http://bugs.python.org/issue29505
Modules/_xxtestfuzz/fuzzer.c