summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorEitan Adler <grimreaper@users.noreply.github.com>2018-07-11 11:01:27 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-07-11 11:01:27 (GMT)
commitb91a3a0d61596cafb1b46c98fab65fee16a8bbbb (patch)
tree3de149a4bba8cade9047bd853bdfe0fc578c18ef /pyconfig.h.in
parent31b50b8cbfbf49d5fc17c612cf0dfaa4d0c24983 (diff)
downloadcpython-b91a3a0d61596cafb1b46c98fab65fee16a8bbbb.zip
cpython-b91a3a0d61596cafb1b46c98fab65fee16a8bbbb.tar.gz
cpython-b91a3a0d61596cafb1b46c98fab65fee16a8bbbb.tar.bz2
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
This code does not appear to be used anywhere in the python code base. The use was removed in eb81795d7d3a8c898fa89.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 9148319..e8ad150 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1327,9 +1327,6 @@
/* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
#undef PY_SSL_DEFAULT_CIPHER_STRING
-/* Define to emit a locale compatibility warning in the C locale */
-#undef PY_WARN_ON_C_LOCALE
-
/* Define if you want to build an interpreter with many run-time checks. */
#undef Py_DEBUG