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 roger.serwy
Recipients Boris.FELD, ajaksu2, gerluijten, gpolo, roger.serwy, srid
Date 2011-12-22.19:19:25
SpamBayes Score 6.610867e-06
Marked as misclassified No
Message-id <1324581566.65.0.530937507434.issue5492@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the problem. The close method does not need to wait for poll_subprocess rescheduling to stop. The subprocess will be killed, which would cause the socket to timeout. With closing=True, poll_subprocess will return and not reschedule.
History
Date User Action Args
2011-12-22 19:19:26roger.serwysetrecipients: + roger.serwy, ajaksu2, gpolo, gerluijten, srid, Boris.FELD
2011-12-22 19:19:26roger.serwysetmessageid: <1324581566.65.0.530937507434.issue5492@psf.upfronthosting.co.za>
2011-12-22 19:19:26roger.serwylinkissue5492 messages
2011-12-22 19:19:26roger.serwycreate