0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 13:28:21 +01:00
cpython/Objects/clinic
Erlend E. Aasland 444156ede4
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.
2024-04-03 09:11:39 +02:00
..
bytearrayobject.c.h
bytesobject.c.h
classobject.c.h
codeobject.c.h
complexobject.c.h
descrobject.c.h
dictobject.c.h gh-112075: Accessing a single element should optimistically avoid locking (#115109) 2024-02-20 17:08:14 -08:00
enumobject.c.h
floatobject.c.h
funcobject.c.h gh-112640: Add kwdefaults parameter to types.FunctionType.__new__ (#112641) 2024-01-11 00:42:30 -08:00
listobject.c.h gh-116621: Set manual critical section for list.extend (gh-116657) 2024-03-13 07:28:23 +09:00
longobject.c.h
memoryobject.c.h
moduleobject.c.h
odictobject.c.h
setobject.c.h gh-112069: Make sets thread-safe with the GIL disabled (#113800) 2024-03-08 16:25:34 -05:00
structseq.c.h
tupleobject.c.h
typeobject.c.h
typevarobject.c.h
unicodeobject.c.h gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466) 2024-04-03 09:11:39 +02:00