]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120397: Optimize str.count() for single characters (#120398)
authorRuben Vorderman <r.h.p.vorderman@lumc.nl>
Thu, 13 Jun 2024 14:28:59 +0000 (16:28 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 14:28:59 +0000 (16:28 +0200)
commit2078eb45ca0db495972a20fcaf96df8fcf48451d
tree74b08778b5908f61c203d3055aa724b20001105b
parent6ae254aaa0a5a3985a52d1ab387a2b68c001bd96
gh-120397: Optimize str.count() for single characters (#120398)
Misc/NEWS.d/next/Core and Builtins/2024-06-12-13-47-25.gh-issue-120397.n-I_cc.rst [new file with mode: 0644]
Objects/stringlib/fastsearch.h