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 martin.panter
Recipients martin.panter, wmayner
Date 2017-05-27.02:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495851019.36.0.683608677449.issue30393@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps if you ran the tests in verbose mode, that could narrow down which test it hangs at. Also, if you can capture a KeyboardInterrupt stack trace, that may help. Not sure if it works with your build setup, but maybe you can run something like

./python -m unittest -v test.test_readline

Not too long ago, I added some tests that run a child process in a pseudoterminal (see the “run_pty” function). There were a few platform specific problems getting that working, so there is a good chance your problem may be related.

I wonder if test hangs when you don’t use “--enable-optimizations”?
History
Date User Action Args
2017-05-27 02:10:19martin.pantersetrecipients: + martin.panter, wmayner
2017-05-27 02:10:19martin.pantersetmessageid: <1495851019.36.0.683608677449.issue30393@psf.upfronthosting.co.za>
2017-05-27 02:10:19martin.panterlinkissue30393 messages
2017-05-27 02:10:18martin.pantercreate