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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, astrand, gregory.p.smith, jnoller, jyasskin, mattjohnston, mpitt, naufraghi, schmir, timjr
Date 2008-09-05.14:43:22
SpamBayes Score 0.00019383935
Marked as misclassified No
Message-id <1220625803.84.0.858129678637.issue1068268@psf.upfronthosting.co.za>
In-reply-to
Content
Two remarks:
1 - The part of the patch around the call to select.select() is already
in trunk since r64756, almost in the same form. good.

2 - the patch seems to replace all calls to os.write, os.read and
os.waipid. But it is based on a very old version of subprocess, and
r38169 added a new call to os.waitpid. I don't know if it should be
replaced as well.
History
Date User Action Args
2008-09-05 14:43:23amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gregory.p.smith, astrand, mattjohnston, mpitt, timjr, jyasskin, schmir, jnoller, naufraghi
2008-09-05 14:43:23amaury.forgeotdarcsetmessageid: <1220625803.84.0.858129678637.issue1068268@psf.upfronthosting.co.za>
2008-09-05 14:43:23amaury.forgeotdarclinkissue1068268 messages
2008-09-05 14:43:22amaury.forgeotdarccreate