Issue #29273: Remove unneeded workaround to restore locale
The “readline” module already has a workaround using setlocale(LC_CTYPE, NULL). The code in test___all__ calls getlocale(), which can subtly alter the locale string and cause the test framework to complain.
M
Martin Panter committed
b1b985da12465a4c5488c7543ffb743f49d3650f
Parent: 3a10425