]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) ...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 May 2022 08:54:06 +0000 (11:54 +0300)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 08:54:06 +0000 (11:54 +0300)
commit1b1c79c566b8aa527f551cb4d41d3fab09b781a5
tree6a208eb3df821a594246c8ab792bcee3383cc9a4
parent7e55730e3f0a0c8c1b73037011e4b00dd7bd7f69
[3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92080)

Argument Clinic now generates the same efficient code as before
adding the defining_class parameter.
(cherry picked from commit a055dac0b45031878a8196a8735522de018491e3)
Misc/NEWS.d/next/Tools-Demos/2022-04-20-14-26-14.gh-issue-91583.200qI0.rst [new file with mode: 0644]
Modules/clinic/_testmultiphase.c.h
Modules/clinic/posixmodule.c.h
Tools/clinic/clinic.py