]> granicus.if.org Git - python/commit
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 22:14:42 +0000 (23:14 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 22:14:42 +0000 (23:14 +0100)
commitc73c561181c3ea3bf15c908a827878e1450a5ac6
treef924a60b5c1b5aa172cf3eba2c39605789a7017c
parent859cd4723f07e2b1da7387f5be0f2ce0a195974d
parent4de7457009d3dac9c93cc5b471d20a8d5e92ff33
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).
Misc/NEWS
Modules/_struct.c
Modules/binascii.c
Modules/posixmodule.c
Modules/socketmodule.c
Objects/longobject.c
Python/ast.c
Python/dynload_aix.c
Python/formatter_unicode.c
Python/getargs.c