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 David.Edelsohn
Recipients David.Edelsohn, db3l, flox, gvanrossum, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, tim.peters, vstinner
Date 2013-10-22.03:55:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382414112.44.0.971017393131.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
With the latest changeset applied to default, the test_subprocess tests no longer hang, but test_write_pipe_disconnect_on_close now hangs.

The attached patch changes test_event.py to not skip test_subprocess_* but now skips test_write_pipe_disconnect_on_close.
History
Date User Action Args
2013-10-22 03:55:12David.Edelsohnsetrecipients: + David.Edelsohn, gvanrossum, tim.peters, db3l, ncoghlan, pitrou, vstinner, larry, skrah, flox, neologix, python-dev, sbt
2013-10-22 03:55:12David.Edelsohnsetmessageid: <1382414112.44.0.971017393131.issue19293@psf.upfronthosting.co.za>
2013-10-22 03:55:12David.Edelsohnlinkissue19293 messages
2013-10-22 03:55:12David.Edelsohncreate