[issue12238] Readline module loading in interactive mode

Serhiy Storchaka report at bugs.python.org
Mon Oct 22 18:49:57 CEST 2012


Serhiy Storchaka added the comment:

This issue was fixed in 3.3, but not in 2.7 or 3.2.

$ strace ./python -i </dev/null 2>&1 | grep readline
stat64("/home/serhiy/py/cpython3.3/build/lib.linux-i686-3.3/readline.cpython-33m.so", {st_mode=S_IFREG|0755, st_size=52511, ...}) = 0
open("/home/serhiy/py/cpython3.3/build/lib.linux-i686-3.3/readline.cpython-33m.so", O_RDONLY) = 4
open("/lib/libreadline.so.6", O_RDONLY) = 4

----------
components: +Interpreter Core
nosy: +ncoghlan, serhiy.storchaka
versions:  -Python 2.6, Python 3.1, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12238>
_______________________________________


More information about the Python-bugs-list mailing list