]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46721: Optimize set.issuperset() for non-set arguments (GH-31280)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Apr 2022 16:57:13 +0000 (19:57 +0300)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 16:57:13 +0000 (19:57 +0300)
commita69a4a917c436579c2c4112081ea86a70f1f05d3
tree9534b13c84aa6e3fcb67c22329e3f7167f1b0a24
parent31cd25f4e17cd68487dc76c1b2ec162a646818c2
bpo-46721: Optimize set.issuperset() for non-set arguments (GH-31280)
Misc/NEWS.d/next/Core and Builtins/2022-02-11-17-16-30.bpo-46721.JkHaLF.rst [new file with mode: 0644]
Objects/setobject.c