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 gvanrossum
Recipients David.Edelsohn, db3l, flox, gvanrossum, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, tim.peters, vstinner
Date 2013-10-22.03:31:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382412705.74.0.788374863803.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks; I've applied and pushed your fix for the hang.

I think it's time to commit the sockpair.diff change; the test_write_pipe() failure looks related -- as you recall the problem doesn't really cause a hang, it causes a premature closing of a write pipe, the hangs were just due to the test structure (unfortunate, really).

I'll let you know when.
History
Date User Action Args
2013-10-22 03:31:45gvanrossumsetrecipients: + gvanrossum, tim.peters, db3l, ncoghlan, pitrou, vstinner, larry, skrah, flox, neologix, python-dev, sbt, David.Edelsohn
2013-10-22 03:31:45gvanrossumsetmessageid: <1382412705.74.0.788374863803.issue19293@psf.upfronthosting.co.za>
2013-10-22 03:31:45gvanrossumlinkissue19293 messages
2013-10-22 03:31:45gvanrossumcreate