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 Alexander.Pyhalov, josh.r, movement, pitrou
Date 2019-08-17.09:18:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566033519.95.0.375032747451.issue37790@roundup.psfhosted.org>
In-reply-to
Content
I don't seen any significant difference here (Ubuntu 18.04):

$ time python2 sp.py 
10.3433089256

real	0m10,362s
user	0m6,565s
sys	0m4,372s

$ time python3 sp.py 
11.746907234191895

real	0m11,781s
user	0m7,356s
sys	0m5,239s
History
Date User Action Args
2019-08-17 09:18:40pitrousetrecipients: + pitrou, movement, Alexander.Pyhalov, josh.r
2019-08-17 09:18:39pitrousetmessageid: <1566033519.95.0.375032747451.issue37790@roundup.psfhosted.org>
2019-08-17 09:18:39pitroulinkissue37790 messages
2019-08-17 09:18:39pitroucreate