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 kfollstad
Recipients kfollstad
Date 2021-04-28.20:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619642513.35.0.170837369842.issue43970@roundup.psfhosted.org>
In-reply-to
Content
python3.10 -m timeit -r 5 -n 100000 -s 'from pathlib import Path' 'Path.cwd()'
100000 loops, best of 5: 206 usec per loop

python3.10-mypatch -m timeit -r 5 -n 100000 -s 'from pathlib import Path' 'Path.cwd()'
100000 loops, best of 5: 156 usec per loop
History
Date User Action Args
2021-04-28 20:41:53kfollstadsetrecipients: + kfollstad
2021-04-28 20:41:53kfollstadsetmessageid: <1619642513.35.0.170837369842.issue43970@roundup.psfhosted.org>
2021-04-28 20:41:53kfollstadlinkissue43970 messages
2021-04-28 20:41:53kfollstadcreate