diff options
author | Yury Selivanov <yury@magic.io> | 2018-01-22 16:54:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 16:54:41 (GMT) |
commit | b0a7a037b8fde56b62f886d5188bced7776777b4 (patch) | |
tree | a9722f72b836b19446e9e716fbf7b45702664e20 /Misc | |
parent | a4b1bb4801f7a941ff9e86b96da539be1c288833 (diff) | |
download | cpython-b0a7a037b8fde56b62f886d5188bced7776777b4.zip cpython-b0a7a037b8fde56b62f886d5188bced7776777b4.tar.gz cpython-b0a7a037b8fde56b62f886d5188bced7776777b4.tar.bz2 |
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-08-10-17-32-48.bpo-31179.XcgLYI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-08-10-17-32-48.bpo-31179.XcgLYI.rst b/Misc/NEWS.d/next/Core and Builtins/2017-08-10-17-32-48.bpo-31179.XcgLYI.rst new file mode 100644 index 0000000..12ebc8b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-08-10-17-32-48.bpo-31179.XcgLYI.rst @@ -0,0 +1 @@ +Make dict.copy() up to 5.5 times faster. |