[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

Argument Clinic now generates the same efficient code as before
adding the defining_class parameter.
(cherry picked from commit a055dac0b4)
This commit is contained in:
Serhiy Storchaka 2022-05-03 11:53:46 +03:00 committed by GitHub
parent adc06cd2d7
commit 62ddbbcfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 661 additions and 389 deletions

View file

@ -0,0 +1,2 @@
Fix regression in the code generated by Argument Clinic for functions with
the ``defining_class`` parameter.