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 Bernt.Røskar.Brenna
Recipients Bernt.Røskar.Brenna, astrand, gps, neologix, r.david.murray, sbt, tim.golden, vstinner
Date 2013-11-18.09:30:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384767054.89.0.596299908404.issue19575@psf.upfronthosting.co.za>
In-reply-to
Content
I just tested on 3.4a0.

Observed the following changes: 

- subprocess_devnull now NEVER fails.
- subprocess_redirfile does not fail as often as before, but still fails.

I changed the number of tasks to 20 and increased max_workers to 5 to get subprocess_redirfile to fail at least one of twenty times every time I invoked the test script.

A typical result on 3.4 looks like this:

Platform: Windows-XP-5.1.2600-SP3

task_type                 #threads   result
subprocess_redirfile      5          3 errors
subprocess_redirfile      1          OK
subprocess_devnull        5          OK
subprocess_devnull        1          OK
subprocess_noredirect     5          OK
subprocess_noredirect     1          OK
nosubprocess              5          OK
nosubprocess              1          OK
History
Date User Action Args
2013-11-18 09:30:55Bernt.Røskar.Brennasetrecipients: + Bernt.Røskar.Brenna, astrand, vstinner, gps, tim.golden, r.david.murray, neologix, sbt
2013-11-18 09:30:54Bernt.Røskar.Brennasetmessageid: <1384767054.89.0.596299908404.issue19575@psf.upfronthosting.co.za>
2013-11-18 09:30:54Bernt.Røskar.Brennalinkissue19575 messages
2013-11-18 09:30:54Bernt.Røskar.Brennacreate