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
codegen: parameter attributes on CFunction closures sticks (#41827)
When CFunction closures are created an extra argument is added to the
function signature for holding the closure.
Make sure that the parameter attributes on already existing parameters
are not shifted when adding that parameter.
(cherry picked from commit 08f3422)
0 commit comments