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
Work around mypyc not supporting default arguments in closure (#6671)
mypyc doesn't yet properly implement the "bind on function definition"
behavior of default arguments, which means that can't be abused to
capture variables in nested function defined in a loop.
Work around this in a hacky way.
0 commit comments