FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-152635: Raise MemoryError rather than fail assert() when the lock allocation fails in _interpchannels.create() by stestagg · Pull Request #152642 · 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
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-152635: Raise MemoryError rather than fail assert() when the lock allocation fails in _interpchannels.create()
- #152642
#152642
Merged
sobolevn
merged 6 commits into
python:main
python/cpython:main
from
stestagg:main
stestagg/cpython:main
Copy head branch name to clipboard
Jun 30, 2026
Conversation
Commits
6
(6)
Checks
Files changed
Merged
gh-152635: Raise MemoryError rather than fail assert() when the lock allocation fails in _interpchannels.create()
#152642
sobolevn
merged 6 commits into
python:main
python/cpython:main
from
stestagg:main
stestagg/cpython:main
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2026
Fix: gh-152635 _interpchannels channel lock alloc failure
Show description for c25ac11
stestagg
committed
c25ac11
View commit details
Copy full SHA for c25ac11
Browse repository at this point
Add @nomemtest decorator to the test, move the _testcapi call into the test method to avoid import issues, improve the syntax for handling the expected MemoryError
stestagg
committed
b61a06f
View commit details
Copy full SHA for b61a06f
Browse repository at this point
self.assertRaises causes an allocation, so the _testcapi call
Show description for 191f46a
stestagg
committed
191f46a
View commit details
Copy full SHA for 191f46a
Browse repository at this point
Remove the test as it's not reliable enough, and testing allocation failues seems to be rarely done
stestagg
committed
aeb50c0
View commit details
Copy full SHA for aeb50c0
Browse repository at this point
Code review suggestions
Show description for b9182d3
stestagg
and
sobolevn
authored
b9182d3
View commit details
Copy full SHA for b9182d3
Browse repository at this point
Remove the now-redundant (and incorrect) branch from
Show description for 25b178a
stestagg
committed
25b178a
View commit details
Copy full SHA for 25b178a
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL