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 r.david.murray
Recipients bforst, r.david.murray
Date 2017-12-05.01:11:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512436316.39.0.213398074469.issue32215@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that there is a difference on linux as well, using the sqlite version for both 2.7 and 3.7:

rdmurray@pydev:~/python/p27[2.7]>./python sqlite3_27_36_performance_bug.py
First step: 3.22849011421
Second step: 3.2167429924

rdmurray@pydev:~/python/p37[master]>./python ../p27/sqlite3_27_36_performance_bug.py
First step: 3.2722721099853516
Second step: 4.094221353530884

(I changed time.clock() to time.time()).
History
Date User Action Args
2017-12-05 01:11:56r.david.murraysetrecipients: + r.david.murray, bforst
2017-12-05 01:11:56r.david.murraysetmessageid: <1512436316.39.0.213398074469.issue32215@psf.upfronthosting.co.za>
2017-12-05 01:11:56r.david.murraylinkissue32215 messages
2017-12-05 01:11:55r.david.murraycreate