Antoine Pitrou added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to