SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 33 Python

gh-117431: Adapt str.find and friends to Argument Clinic (#117468)

This change gives a significant speedup, as the METH_FASTCALL calling
convention is now used. The following methods are adapted:

- str.count
- str.find
- str.index
- str.rfind
- str.rindex
E
Erlend E. Aasland committed
7ecd55d604a8fa287c1d131cac14d10260be826b
Parent: 345194d
Committed by GitHub <noreply@github.com> on 4/3/2024, 3:59:18 PM