Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[mypyc] Refactor: make LoadMem not borrow by default#19445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JukkaL merged 1 commit intomasterfrommypyc-load-mem-borrow
Jul 15, 2025

Conversation

JukkaL
Copy link
Collaborator

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.

Borrowing is a dangerous default. It can only be used in very specificcircumstances, so it shouldn't be the default. This is also arguablymore consistent with other read ops which don't borrow by default.
@JukkaLJukkaL changed the title[mypyc] Make LoadMem op not be borrowed by default[mypyc] Refactor: make LoadMem not borrow by defaultJul 15, 2025
@JukkaLJukkaL merged commit70d7881 intomasterJul 15, 2025
13 checks passed
@JukkaLJukkaL deleted the mypyc-load-mem-borrow branchJuly 15, 2025 12:31
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@p-sawickip-sawickip-sawicki approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@JukkaL@p-sawicki

[8]ページ先頭

©2009-2025 Movatter.jp