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 ned.deily
Recipients SD, ned.deily
Date 2020-07-15.10:25:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594808755.41.0.13486252466.issue41299@roundup.psfhosted.org>
In-reply-to
Content
Please provide the results of running the following with the two pythons you are using:

python -m test.pythoninfo

For what it's worth, running on macOS 10.15.5, I see a slight difference with more variability in the Python 3 results but nothing as pronounced as what you see. Also the Python 3 results were very similar across recent versions of 3.7.x, 3.8.x, and pre-release 3.9.

$ /usr/local/bin/python2.7 ~/test_41299.py | sort
0.017021894455
0.0170249938965
0.017028093338
0.017028093338
0.0170290470123
0.0170290470123
0.0170290470123
0.0170300006866
0.017030954361
0.0170311927795
[...]
0.0190448760986
0.0190479755402
0.0190498828888
0.0190510749817
0.0190589427948
0.019061088562
0.0190629959106
0.019079208374
0.0190861225128
0.0190970897675
End reached.0.0158078670502

$ /usr/local/bin/python3.8 ~/test_41299.py | sort
0.009722232818603516
0.017028093338012695
0.017033100128173828
0.017034053802490234
0.017034053802490234
0.017035961151123047
0.017037153244018555
0.017037153244018555
0.01703786849975586
0.017038822174072266
[...]
0.021351099014282227
0.021355152130126953
0.021355152130126953
0.02135610580444336
0.021361112594604492
0.021363258361816406
0.02136397361755371
0.021379947662353516
0.02138543128967285
0.021442890167236328
End reached.
History
Date User Action Args
2020-07-15 10:25:55ned.deilysetrecipients: + ned.deily, SD
2020-07-15 10:25:55ned.deilysetmessageid: <1594808755.41.0.13486252466.issue41299@roundup.psfhosted.org>
2020-07-15 10:25:55ned.deilylinkissue41299 messages
2020-07-15 10:25:54ned.deilycreate