diff options
author | Eitan Adler <grimreaper@users.noreply.github.com> | 2018-07-11 04:01:27 -0700 |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-07-11 20:01:27 +0900 |
commit | b91a3a0d61596cafb1b46c98fab65fee16a8bbbb (patch) | |
tree | 3de149a4bba8cade9047bd853bdfe0fc578c18ef /pyconfig.h.in | |
parent | 31b50b8cbfbf49d5fc17c612cf0dfaa4d0c24983 (diff) | |
download | cpython-git-b91a3a0d61596cafb1b46c98fab65fee16a8bbbb.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.
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 9148319036..e8ad150b5b 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 |