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 nadeem.vawda
Recipients nadeem.vawda
Date 2012-01-27.10:34:45
SpamBayes Score 1.347815e-07
Marked as misclassified No
Message-id <1327660486.54.0.16097409848.issue13886@psf.upfronthosting.co.za>
In-reply-to
Content
Here's another patch that ensures the test always exercises the GNU
readline code path (rather than the stdio fallback). This will cause the
failure to occur when running just test_builtin (no need to also run
test_readline before it).

Ideally we'd want to test both code paths, but I'm not sure how to
accomplish that reliably, short of running the test in a subprocess.
History
Date User Action Args
2012-01-27 10:34:46nadeem.vawdasetrecipients: + nadeem.vawda
2012-01-27 10:34:46nadeem.vawdasetmessageid: <1327660486.54.0.16097409848.issue13886@psf.upfronthosting.co.za>
2012-01-27 10:34:45nadeem.vawdalinkissue13886 messages
2012-01-27 10:34:45nadeem.vawdacreate