summaryrefslogtreecommitdiff
path: root/Lib/test/test_pathlib.py
diff options
context:
space:
mode:
authorThomas Krennwallner <tk+github@postsubmeta.net>2020-04-19 11:19:24 -0400
committerGitHub <noreply@github.com>2020-04-19 17:19:24 +0200
commitc8f1715283ec51822fb37a702bf253cbac1af276 (patch)
tree60af91a48d204d4f0ebe5947498a3dbd9fd15b24 /Lib/test/test_pathlib.py
parent1ac6e379297cc1cf8acf6c1b011fccc7b3da2cbe (diff)
downloadcpython-git-c8f1715283ec51822fb37a702bf253cbac1af276.tar.gz
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
Avoid linear runtime of ShareableList.__getitem__ and ShareableList.__setitem__ by storing running allocated bytes in ShareableList._allocated_bytes instead of the number of bytes for a particular stored item. Co-authored-by: Antoine Pitrou <antoine@python.org>
Diffstat (limited to 'Lib/test/test_pathlib.py')
0 files changed, 0 insertions, 0 deletions