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
gh-64660: Do not hardcode the name of the returned variable (GH-155268)
Return converters had to hardcode "return_value", because declare() sets
data.return_value to the variable which receives the value returned by
the impl. The name of the variable returned by the parsing function is
now available as data.parser_retval.
0 commit comments