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
Avoid mutating the AST when processing register calls (#10779)
Instead of modifying dec.decorators directly, copy it and only modify
the copied version. That prevents us from modifying the AST in mypyc,
which we should avoid according to
#10753 (comment).
0 commit comments