8000 [3.10] gh-91583: AC: Fix regression for functions with defining_class… · serhiy-storchaka/cpython@fb8060b · GitHub
[go: up one dir, main page]

Skip to content

Commit fb8060b

Browse files
[3.10] pythongh-91583: AC: Fix regression for functions with defining_class (pythonGH-91739)
Argument Clinic now generates the same efficient code as before adding the defining_class parameter.. (cherry picked from commit a055dac) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent e8ff3c9 commit fb8060b

17 files changed

+661
-389
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix regression in the code generated by Argument Clinic for functions with
2+
the ``defining_class`` parameter.

Modules/clinic/_curses_panel.c.h

Lines changed: 47 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/clinic/_dbmmodule.c.h

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/clinic/_gdbmmodule.c.h

Lines changed: 17 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/clinic/_lsprof.c.h

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0