diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-13 04:08:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-13 04:08:28 (GMT) |
commit | f6b687fcd4d62e53443e23376dc02c177fecc0d4 (patch) | |
tree | e9de3846d9babce511548b0ed3f19bf0d2fa3b99 /pyconfig.h.in | |
parent | fa6bdc6d8651e8240f2964ea628a188fb2d594c6 (diff) | |
download | cpython-f6b687fcd4d62e53443e23376dc02c177fecc0d4.zip cpython-f6b687fcd4d62e53443e23376dc02c177fecc0d4.tar.gz cpython-f6b687fcd4d62e53443e23376dc02c177fecc0d4.tar.bz2 |
remove support GCC PyArg_ParseTuple format patch, last seen in 2006
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 4f252dc..2d4536d 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -61,9 +61,6 @@ /* Define to 1 if you have the `atanh' function. */ #undef HAVE_ATANH -/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */ -#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE - /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET |