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).
A
Antoine Pitrou committed
4de7457009d3dac9c93cc5b471d20a8d5e92ff33
Parent: b6ed173