]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loop (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 May 2020 22:22:51 +0000 (15:22 -0700)
committerGitHub <noreply@github.com>
Fri, 22 May 2020 22:22:51 +0000 (15:22 -0700)
commit16d07812dd3833295cc001d19eea42eecbdb6ea5
tree7bc94a3995fb1a272e29ef23d14df4c754a8a13d
parent0714c4871970b836d7fbfaa60c475a70cd1644a7
bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loop (GH-19628)

(cherry picked from commit 75bedbe2ed4119ff18a2ea86c544b3cf08a92e75)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Lib/pickle.py