summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-07-11 07:48:42 -0700
committerGitHub <noreply@github.com>2018-07-11 07:48:42 -0700
commit020f5ab7170836b277ac8fef2ce7438ae0145caf (patch)
treef08b9648fd0f61950ce31c04a7aadf0519725432 /pyconfig.h.in
parent0a1db32949b4813e9ac04e672fcb5bc97072a428 (diff)
downloadcpython-git-020f5ab7170836b277ac8fef2ce7438ae0145caf.tar.gz
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. (cherry picked from commit b91a3a0d61596cafb1b46c98fab65fee16a8bbbb) Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
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 e561a7c07c..d7d3b0c153 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1324,9 +1324,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