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 wmayner
Recipients wmayner
Date 2017-05-17.21:37:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495057055.24.0.281941215032.issue30393@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to build Python 3.6.1 from source with the `--enable-optimizations` configuration option. As I understand it, this entails running and profiling all the tests for PGO. When `test_readline` is run, it hangs.

OS: Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux

Please let me know what other information I should provide.
History
Date User Action Args
2017-05-17 21:37:35wmaynersetrecipients: + wmayner
2017-05-17 21:37:35wmaynersetmessageid: <1495057055.24.0.281941215032.issue30393@psf.upfronthosting.co.za>
2017-05-17 21:37:35wmaynerlinkissue30393 messages
2017-05-17 21:37:34wmaynercreate