Message 137828 - Python tracker

Message137828

Author r.david.murray
Recipients Niels.Heinen, brett.cannon, eric.araujo, jcea, pitrou, r.david.murray, vstinner
Date 2011-06-07.14:28:12
SpamBayes Score 0.00024338381
Marked as misclassified No
Message-id <1307456892.94.0.825655502428.issue12238@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, that would be my guess.  And readline.so is imported in main at a point where it has decided we are going into interactive mode, which is presumably after all other initialization has taken place, including the path munging.

Thus my suggestion that that particular import of readline.so should be special cased...
History
Date User Action Args
2011-06-07 14:28:12r.david.murraysetrecipients: + r.david.murray, brett.cannon, jcea, pitrou, vstinner, eric.araujo, Niels.Heinen
2011-06-07 14:28:12r.david.murraysetmessageid: <1307456892.94.0.825655502428.issue12238@psf.upfronthosting.co.za>
2011-06-07 14:28:12r.david.murraylinkissue12238 messages
2011-06-07 14:28:12r.david.murraycreate