FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-105766: Add Locking Around Custom Allocators by ericsnowcurrently · Pull Request #105619 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-105766: Add Locking Around Custom Allocators
- #105619
#105619
Closed
ericsnowcurrently
wants to merge 8 commits into
python:main
python/cpython:main
from
ericsnowcurrently:lock-around-custom-allocators
ericsnowcurrently/cpython:lock-around-custom-allocators
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Closed
gh-105766: Add Locking Around Custom Allocators
#105619
ericsnowcurrently
wants to merge 8 commits into
python:main
python/cpython:main
from
ericsnowcurrently:lock-around-custom-allocators
ericsnowcurrently/cpython:lock-around-custom-allocators
Copy head branch name to clipboard
Commits
Commits on Jun 8, 2023
Add wrapper allocators with locking when needed.
ericsnowcurrently
committed
fcbeb6d
View commit details
Copy full SHA for fcbeb6d
Browse repository at this point
Commits on Jun 10, 2023
Fix set_allocator_unlocked.
ericsnowcurrently
committed
fbe26eb
View commit details
Copy full SHA for fbe26eb
Browse repository at this point
Implement should_lock().
ericsnowcurrently
committed
7191629
View commit details
Copy full SHA for 7191629
Browse repository at this point
Implement acquire_custom_allocator_lock() and release_custom_allocator_lock().
ericsnowcurrently
committed
dd60989
View commit details
Copy full SHA for dd60989
Browse repository at this point
Commits on Jul 27, 2023
Merge branch 'main' into lock-around-custom-allocators
ericsnowcurrently
committed
0f2a242
View commit details
Copy full SHA for 0f2a242
Browse repository at this point
Check for overflow/underflow.
ericsnowcurrently
committed
321d1c2
View commit details
Copy full SHA for 321d1c2
Browse repository at this point
Use an unsigned int.
ericsnowcurrently
committed
52c01ea
View commit details
Copy full SHA for 52c01ea
Browse repository at this point
Commits on Jul 28, 2023
Only modify num_gils if the interpreter has its own GIL.
ericsnowcurrently
committed
a213597
View commit details
Copy full SHA for a213597
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL