]> granicus.if.org Git - python/commit
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
authorYury Selivanov <yury@magic.io>
Mon, 22 Jan 2018 16:54:41 +0000 (11:54 -0500)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2018 16:54:41 +0000 (11:54 -0500)
commitb0a7a037b8fde56b62f886d5188bced7776777b4
treea9722f72b836b19446e9e716fbf7b45702664e20
parenta4b1bb4801f7a941ff9e86b96da539be1c288833
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core and Builtins/2017-08-10-17-32-48.bpo-31179.XcgLYI.rst [new file with mode: 0644]
Objects/dictobject.c