diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-02-09 23:16:51 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-02-09 23:16:51 +0100 |
commit | 84f249d9e07135bc7279177b2e53be647f3d7d58 (patch) | |
tree | b2f07efc62eb2f9103fb697672e64d484c98c0ee /Python/getcompiler.c | |
parent | 3e7e80d0ddbadee7cb5b07e3f8c0e304f80aff4e (diff) | |
parent | 788d036c18493e439b68d6e5f92cc76fc082bbdf (diff) | |
download | cpython-84f249d9e07135bc7279177b2e53be647f3d7d58.tar.gz |
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag), mpdecimal (needs to build without Python.h).
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions