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
[mypyc] Refactor: make LoadMem not borrow by default (#19445)
Borrowing is a dangerous default. It can only be used in very specific
circumstances, so it shouldn't be the default. This is also arguably
more consistent with other read ops which don't borrow by default.
0 commit comments