]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43464: Optimize set.intersection() for non-set arguments (GH-31316)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Apr 2022 16:56:28 +0000 (19:56 +0300)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 16:56:28 +0000 (19:56 +0300)
commit31cd25f4e17cd68487dc76c1b2ec162a646818c2
tree12efeb87e5b23ff68dd39b5a48845a99df7888ef
parent50872dbadcba1f52867b6f76050cd7b5d0aa1e18
bpo-43464: Optimize set.intersection() for non-set arguments (GH-31316)
Misc/NEWS.d/next/Core and Builtins/2022-02-13-21-53-29.bpo-43464.yupHjd.rst [new file with mode: 0644]
Objects/setobject.c