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 pitrou
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, jnoller, mikemccand, pitrou, tzot
Date 2008-09-04.23:08:18
SpamBayes Score 8.800614e-09
Marked as misclassified No
Message-id <1220569699.08.0.641698428915.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin, if you don't change the test, the deadlock problem is still
solved, it's just that the third test fails because the subprocess
stdout is empty instead of containing the desired value. It is *not*
because the subprocess doesn't print anything (if you launch an
equivalent program on the command line, everything is printed), rather
it seems that subprocess doesn't get what is printed from the child
process of the subprocess.
History
Date User Action Args
2008-09-04 23:08:19pitrousetrecipients: + pitrou, gregory.p.smith, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, benjamin.peterson, jnoller
2008-09-04 23:08:19pitrousetmessageid: <1220569699.08.0.641698428915.issue874900@psf.upfronthosting.co.za>
2008-09-04 23:08:18pitroulinkissue874900 messages
2008-09-04 23:08:18pitroucreate