commit | 444156ede44204ef16c9d3cfcb03a637535fd5bf | [log] [tgz] |
---|---|---|
author | Erlend E. Aasland <erlend@python.org> | Wed Apr 03 09:11:39 2024 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 03 09:11:39 2024 +0200 |
tree | bfaf62af52402c60451346130a28501dd34eca5b | |
parent | 65524ab38875bb0b89fb499531bb772a4fb45b01 [diff] |
gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466) This change gives a significant speedup, as the METH_FASTCALL calling convention is now used.