Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
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.1k
Star
74.2k
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-84570: Send-Wait Fixes for _xxinterpchannels
- #111006
#111006
Merged
ericsnowcurrently
merged 10 commits into
python:main
python/cpython:main
from
ericsnowcurrently:remove-sent-if-failed
ericsnowcurrently/cpython:remove-sent-if-failed
Copy head branch name to clipboard
Oct 17, 2023
Conversation
Commits
10
(10)
Checks
Files changed
Merged
gh-84570: Send-Wait Fixes for _xxinterpchannels
#111006
ericsnowcurrently
merged 10 commits into
python:main
python/cpython:main
from
ericsnowcurrently:remove-sent-if-failed
ericsnowcurrently/cpython:remove-sent-if-failed
Copy head branch name to clipboard
Commits
Commits on Oct 16, 2023
Expose PyThread_acquire_lock_timed_with_retries().
ericsnowcurrently
committed
1d417f7
View commit details
Copy full SHA for 1d417f7
Browse repository at this point
Use PyThread_acquire_lock_timed_with_retries().
ericsnowcurrently
committed
0d2769a
View commit details
Copy full SHA for 0d2769a
Browse repository at this point
Free the lock.
ericsnowcurrently
committed
202f700
View commit details
Copy full SHA for 202f700
Browse repository at this point
Add _channelitem.received.
ericsnowcurrently
committed
38bf6a1
View commit details
Copy full SHA for 38bf6a1
Browse repository at this point
Revert "Add _channelitem.received."
Show description for fff6708
ericsnowcurrently
committed
fff6708
View commit details
Copy full SHA for fff6708
Browse repository at this point
Stop waiting when the channel is closed.
ericsnowcurrently
committed
f904a52
View commit details
Copy full SHA for f904a52
Browse repository at this point
Commits on Oct 17, 2023
Clean up (incl. clear the sent item if waiting failed).
ericsnowcurrently
committed
419ed33
View commit details
Copy full SHA for 419ed33
Browse repository at this point
Add basic tests for send-wait.
ericsnowcurrently
committed
09fccc6
View commit details
Copy full SHA for 09fccc6
Browse repository at this point
Skip a test under refleak runs.
ericsnowcurrently
committed
7fcf8fe
View commit details
Copy full SHA for 7fcf8fe
Browse repository at this point
Handle a small race with waiting->status when releasing.
ericsnowcurrently
committed
ab148fa
View commit details
Copy full SHA for ab148fa
Browse repository at this point
You can’t perform that action at this time.