FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
lock: add an opt-in rwlock that detaches before it blocks by youknowone · Pull Request #8556 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
99
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
lock: add an opt-in rwlock that detaches before it blocks
- #8556
#8556
Open
youknowone
wants to merge 11 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:lock-detach-on-contention
youknowone/RustPython:lock-detach-on-contention
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
lock: add an opt-in rwlock that detaches before it blocks
#8556
youknowone
wants to merge 11 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:lock-detach-on-contention
youknowone/RustPython:lock-detach-on-contention
Copy head branch name to clipboard
Commits
Commits on Aug 21, 2026
lock: add an opt-in rwlock that detaches before it blocks
Show description for ec50111
youknowone
committed
ec50111
View commit details
Copy full SHA for ec50111
Browse repository at this point
lock: stop detaching where the lock may already be held
Show description for fa13e12
youknowone
committed
fa13e12
View commit details
Copy full SHA for fa13e12
Browse repository at this point
os.readinto: read aside when the fd can wait
Show description for 50f8939
youknowone
committed
50f8939
View commit details
Copy full SHA for 50f8939
Browse repository at this point
fcntl: detach around the calls that wait
Show description for bfdba8e
youknowone
committed
bfdba8e
View commit details
Copy full SHA for bfdba8e
Browse repository at this point
openssl: read aside instead of holding the caller's buffer locked
Show description for 8ff500c
youknowone
committed
8ff500c
View commit details
Copy full SHA for 8ff500c
Browse repository at this point
vm: add the inverse of allow_threads for callbacks
Show description for a76ccd4
youknowone
committed
a76ccd4
View commit details
Copy full SHA for a76ccd4
Browse repository at this point
openssl: attach around the callbacks that run Python
Show description for fea685a
youknowone
committed
fea685a
View commit details
Copy full SHA for fea685a
Browse repository at this point
openssl: detach around the SSL calls that wait
Show description for 6885d2b
youknowone
committed
6885d2b
View commit details
Copy full SHA for 6885d2b
Browse repository at this point
lock: assert the opt-in rule against every stop-the-world section
Show description for 8de23de
youknowone
committed
8de23de
View commit details
Copy full SHA for 8de23de
Browse repository at this point
clippy: drop std_instead_of_core suppressions
Show description for 518dc52
youknowone
committed
518dc52
View commit details
Copy full SHA for 518dc52
Browse repository at this point
lock: spell out why the detaching rwlock exists
Show description for 139ac64
youknowone
committed
139ac64
View commit details
Copy full SHA for 139ac64
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL