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 vstinner
Recipients vstinner
Date 2014-02-17.23:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
test_read_pty_output() hangs on OpenBSD 5.4, as it hangs on Mac OS older than 10.9 and FreeBSD. Attached patch skips the test.

See also issue #20666: asyncio is not available yet on OpenBSD.
History
Date User Action Args
2014-02-17 23:48:55vstinnersetrecipients: + vstinner
2014-02-17 23:48:55vstinnersetmessageid: <[email protected]>
2014-02-17 23:48:55vstinnerlinkissue20667 messages
2014-02-17 23:48:54vstinnercreate