-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Regression in the AC generated code #91583
Copy link
Copy link
Closed
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.9 (EOL)end of lifeend of lifeperformancePerformance or resource usagePerformance or resource usagetopic-argument-clinic
Metadata
Metadata
Assignees
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.9 (EOL)end of lifeend of lifeperformancePerformance or resource usagePerformance or resource usagetopic-argument-clinic
Argument Clinic now generates less efficient code using
_PyArg_ParseStackAndKeywordsinstead of_PyArg_UnpackKeywords. It is a regression introduced after establishing module state. For example see #23393. It may be a cause of #91404.@erlend-aasland