You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Argument Clinic now generates less efficient code using_PyArg_ParseStackAndKeywords instead of_PyArg_UnpackKeywords. It is a regression introduced after establishing module state. For example see#23393. It may be a cause of#91404.