Message173544
| 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:57 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, jcea, ncoghlan, pitrou, vstinner, eric.araujo, r.david.murray, Niels.Heinen |
| 2012-10-22 16:49:57 | serhiy.storchaka | set | messageid: <1350924597.12.0.141122465807.issue12238@psf.upfronthosting.co.za> |
| 2012-10-22 16:49:57 | serhiy.storchaka | link | issue12238 messages |
| 2012-10-22 16:49:56 | serhiy.storchaka | create | |