mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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:
parent
adc06cd2d7
commit
62ddbbcfaf
17 changed files with 661 additions and 389 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix regression in the code generated by Argument Clinic for functions with
|
||||
the ``defining_class`` parameter.
|
||||
Loading…
Add table
Add a link
Reference in a new issue