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 neologix, pitrou, sbt, serhiy.storchaka, vstinner
Date 2013-11-30.10:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385808053.87.0.706421889845.issue19506@psf.upfronthosting.co.za>
In-reply-to
Content
On a quad-core machine:

- without Victor's patch:

$ time ./python test_sub.py 
0.39263957000002847

real	0m0.521s
user	0m0.412s
sys	0m0.238s

- with Victor's patch:

$ time ./python test_sub.py 
0.3856174530001226

real	0m0.516s
user	0m0.404s
sys	0m0.247s
History
Date User Action Args
2013-11-30 10:40:53pitrousetrecipients: + pitrou, vstinner, neologix, sbt, serhiy.storchaka
2013-11-30 10:40:53pitrousetmessageid: <1385808053.87.0.706421889845.issue19506@psf.upfronthosting.co.za>
2013-11-30 10:40:53pitroulinkissue19506 messages
2013-11-30 10:40:53pitroucreate