GNU readline() mistakenly sets the LC_CTYPE locale.
authorGuido van Rossum <guido@python.org>
Wed, 9 Oct 2002 21:27:33 +0000 (21:27 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Oct 2002 21:27:33 +0000 (21:27 +0000)
commit60c8a3aba82b83e8da25e614bee2329f7c74509f
treeaca59785a43a496ccab95744349b5519e13042a2
parent8052f8921e569c5c7c9afff6dc973dde9ec8f2e5
GNU readline() mistakenly sets the LC_CTYPE locale.
This is evil.  Only the user or the app's main() should do this!
We must save and restore the locale around the rl_initialize() call.
Modules/readline.c