]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101409: Improve generated clinic code for self type checks (#101411)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Tue, 31 Jan 2023 20:42:03 +0000 (21:42 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 20:42:03 +0000 (21:42 +0100)
commit2753cf2ed6eb329bdc34b8f67228801182b82160
treeb1fa68edc115a6bf451d44e49319a7ba0452de5a
parent0062f538d937de55cf3b66b4a8d527b1fe9d5182
gh-101409: Improve generated clinic code for self type checks (#101411)
15 files changed:
Modules/_io/clinic/bufferedio.c.h
Modules/_sqlite/clinic/cursor.c.h
Modules/_sqlite/clinic/row.c.h
Modules/clinic/_collectionsmodule.c.h
Modules/clinic/_queuemodule.c.h
Modules/clinic/_ssl.c.h
Modules/clinic/itertoolsmodule.c.h
Modules/clinic/selectmodule.c.h
Objects/clinic/classobject.c.h
Objects/clinic/codeobject.c.h
Objects/clinic/enumobject.c.h
Objects/clinic/floatobject.c.h
Objects/clinic/listobject.c.h
Objects/clinic/tupleobject.c.h
Tools/clinic/clinic.py