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
FixGH-16266: Passing unknown named parameter may segfault
We must not assume that an internal function has arg_info; that is at
least not given for internal classes implementing the magic `__call()`
method. In such cases we cannot look up the parameter offset by name,
and raise a fatal error.
0 commit comments