]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Speedup set.update by using the override mode for PyDict_Merge().
authorRaymond Hettinger <python@rcn.com>
Mon, 15 Dec 2003 21:16:06 +0000 (21:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 15 Dec 2003 21:16:06 +0000 (21:16 +0000)
commit81ad32e43591bbc93af14da030b0946a896270f4
tree8e0e7a32966f538afc0f695aeba3cef29dda6e67
parenteebb641f236823d45d356aa5834dc453927acf8d
Speedup set.update by using the override mode for PyDict_Merge().
Objects/setobject.c