]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121795: Improve performance of set membership testing from set arguments (#121796)
authorHarryLHW <123lhw321@gmail.com>
Mon, 22 Jul 2024 15:05:23 +0000 (23:05 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 15:05:23 +0000 (10:05 -0500)
commit2408a8a22bd13d8f15172a2ecf8bbbc4355dcb3b
tree73b5a764032ec18ceb5bb6e2751452bdb05ef8e6
parent97668192f7670caebe04c0cbcc488ae0334597d9
gh-121795: Improve performance of set membership testing from set arguments (#121796)
Lib/test/test_set.py
Misc/NEWS.d/next/Core and Builtins/2024-07-16-15-11-51.gh-issue-121795.xkIHrI.rst [new file with mode: 0644]
Objects/setobject.c