[issue15127] Supressing warnings with -w "whether gcc supports ParseTuple"

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This code was removed in f6b687fcd4d62e53443e23376dc02c177fecc0d4. -- nosy: +serhiy.storchaka resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue15127] Supressing warnings with -w "whether gcc supports ParseTuple"

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: @Samuel sorry about the delay in getting back to you :( Can we have a comment on this please. -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue15127] Supressing warnings with -w "whether gcc supports ParseTuple"

2012-06-21 Thread Samuel John
New submission from Samuel John : In configrue.in, Python checks if the compiler supports __attribute__((format(PyArg_ParseTuple, 2, 3))) and sets the CFLAGS to "CFLAGS -Werror" to decide this test. When you build Python with "CFLAGS=-w" (homebrew's default), configure reports whether gc