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
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
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 }}
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
36.4k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-123940: Ensure force-terminated daemon threads can be joined
- #124150
#124150
Closed
mpage
wants to merge 16 commits into
python:main
python/cpython:main
from
mpage:gh-123940
mpage/cpython:gh-123940
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
gh-123940: Ensure force-terminated daemon threads can be joined
#124150
mpage
wants to merge 16 commits into
python:main
python/cpython:main
from
mpage:gh-123940
mpage/cpython:gh-123940
Copy head branch name to clipboard
Commits
Commits on Sep 17, 2024
gh-123940: Ensure force-terminated daemon threads can be joined
Show description for 04c6803
mpage
committed
04c6803
View commit details
Copy full SHA for 04c6803
Browse repository at this point
Add suppression for _PyThreadState_MustExit
mpage
committed
679ce7d
View commit details
Copy full SHA for 679ce7d
Browse repository at this point
Merge branch 'main' into gh-123940
mpage
committed
4d02a0b
View commit details
Copy full SHA for 4d02a0b
Browse repository at this point
Remove incorrect warnignore line
mpage
committed
cd7b7d1
View commit details
Copy full SHA for cd7b7d1
Browse repository at this point
Assert that finalizer is called
mpage
committed
bf186e2
View commit details
Copy full SHA for bf186e2
Browse repository at this point
Note the test that triggers the race in _PyThreadState_MustExit
mpage
committed
96613ed
View commit details
Copy full SHA for 96613ed
Browse repository at this point
Merge branch 'main' into gh-123940
mpage
committed
d18c872
View commit details
Copy full SHA for d18c872
Browse repository at this point
Revert changes
mpage
committed
33ab654
View commit details
Copy full SHA for 33ab654
Browse repository at this point
Commits on Sep 18, 2024
Mark all daemon threads as done during finalization
mpage
committed
192b260
View commit details
Copy full SHA for 192b260
Browse repository at this point
Merge branch 'main' into gh-123940
mpage
committed
57a1c65
View commit details
Copy full SHA for 57a1c65
Browse repository at this point
Only notify, don't mark handles as done
mpage
committed
aa1039a
View commit details
Copy full SHA for aa1039a
Browse repository at this point
Document contract between wait_for_thread_shutdown and daemon_threads_exited
mpage
committed
3978cc0
View commit details
Copy full SHA for 3978cc0
Browse repository at this point
Don't pass threading module between wait_for_thread_shutdown and daemon_threads_exited
mpage
committed
5991fa4
View commit details
Copy full SHA for 5991fa4
Browse repository at this point
Don't call into Python to mark daemon threads completed
mpage
committed
9a94905
View commit details
Copy full SHA for 9a94905
Browse repository at this point
Regen global objects
mpage
committed
512b5fc
View commit details
Copy full SHA for 512b5fc
Browse repository at this point
Maybe fix windows build
Show description for 70f28c8
mpage
committed
70f28c8
View commit details
Copy full SHA for 70f28c8
Browse repository at this point
You can’t perform that action at this time.