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 neologix
Recipients neologix, pitrou, sbt, serhiy.storchaka, vstinner
Date 2013-11-30.09:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM13-ac-Q+dKNyfDYxLEoO_tWDFCjDxb2p-cVf+B-669Jg@mail.gmail.com>
In-reply-to <CAH_1eM0GYP+LFQEEYpWbY=Y9nyC6TdqR=D--Ca7pz3eZqxh+Uw@mail.gmail.com>
Content
Could someone with a dual-core machine try the attached simplistic
benchmark with and without Victor's patch?
I can see some user-time difference with 'time' on my single-core
machine, but I'm curious to see how this would affect things were both
the parent and the child subprocess can run concurrently.
Files
File name Uploaded
test_sub.py neologix, 2013-11-30.09:59:23
History
Date User Action Args
2013-11-30 09:59:23neologixsetrecipients: + neologix, pitrou, vstinner, sbt, serhiy.storchaka
2013-11-30 09:59:23neologixlinkissue19506 messages
2013-11-30 09:59:23neologixcreate