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 davide.rizzo
Recipients akuchling, davide.rizzo, ezio.melotti, neologix, sdaoden, vstinner
Date 2011-03-24.01:19:45
SpamBayes Score 6.3600623e-07
Marked as misclassified No
Message-id <1300929587.8.0.479204111842.issue11650@psf.upfronthosting.co.za>
In-reply-to
Content
I couldn't get an automated test to fail on the bug with subprocess. Apparently an interpreter launched with Popen is not subject to the bug as it is when launched directly from the shell (i.e. fgets is not interrupted by a SIGSTOP sent by the parent process), so I may be getting something wrong here.
However I don't believe the important thing is to test this particular issue (which may be unimportant by itself if nobody noticed it for seven years, and not many build Python without readline) but rather make sure it doesn't break things elsewhere. As I understand it the code in r36346 didn't have proper tests, so we can only guess?
History
Date User Action Args
2011-03-24 01:19:47davide.rizzosetrecipients: + davide.rizzo, akuchling, vstinner, ezio.melotti, neologix, sdaoden
2011-03-24 01:19:47davide.rizzosetmessageid: <1300929587.8.0.479204111842.issue11650@psf.upfronthosting.co.za>
2011-03-24 01:19:46davide.rizzolinkissue11650 messages
2011-03-24 01:19:45davide.rizzocreate