This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Niels.Heinen, brett.cannon, eric.araujo, jcea, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2012-10-22.16:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350924597.12.0.141122465807.issue12238@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-10-22 16:49:57serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, jcea, ncoghlan, pitrou, vstinner, eric.araujo, r.david.murray, Niels.Heinen
2012-10-22 16:49:57serhiy.storchakasetmessageid: <1350924597.12.0.141122465807.issue12238@psf.upfronthosting.co.za>
2012-10-22 16:49:57serhiy.storchakalinkissue12238 messages
2012-10-22 16:49:56serhiy.storchakacreate