From: Antoine Pitrou Date: Sat, 9 Feb 2013 22:16:51 +0000 (+0100) Subject: Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the... X-Git-Tag: v3.4.0a1~1411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ad5b07ccb81f51551ac087a5409ebc85c0d16a7;p=python 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). --- 8ad5b07ccb81f51551ac087a5409ebc85c0d16a7