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 }}
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.6k
Star
77.2k
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-110829: Ensure Thread.join() joins the OS thread
- #110848
#110848
Merged
pitrou
merged 19 commits into
python:main
python/cpython:main
from
pitrou:gh-110829-join
pitrou/cpython:gh-110829-join
Copy head branch name to clipboard
Nov 4, 2023
Conversation
Commits
19
(19)
Checks
Files changed
Merged
GH-110829: Ensure Thread.join() joins the OS thread
#110848
pitrou
merged 19 commits into
python:main
python/cpython:main
from
pitrou:gh-110829-join
pitrou/cpython:gh-110829-join
Copy head branch name to clipboard
Commits
Commits on Nov 4, 2023
GH-110829: Ensure Thread.join() joins the OS thread
pitrou
committed
4074b59
View commit details
Copy full SHA for 4074b59
Browse repository at this point
Fix race condition in test_join_from_self
pitrou
committed
27ae38b
View commit details
Copy full SHA for 27ae38b
Browse repository at this point
Improve internal docs
pitrou
committed
31bf2f3
View commit details
Copy full SHA for 31bf2f3
Browse repository at this point
Move API declarations to Include/cpython
pitrou
committed
192a741
View commit details
Copy full SHA for 192a741
Browse repository at this point
Add required stub for pthread_join
pitrou
committed
e9c1e7a
View commit details
Copy full SHA for e9c1e7a
Browse repository at this point
Mention that the new PyThread functions are uninterruptible.
pitrou
committed
70a6855
View commit details
Copy full SHA for 70a6855
Browse repository at this point
Add test for detaching from self
pitrou
committed
d61fd5e
View commit details
Copy full SHA for d61fd5e
Browse repository at this point
Fix race condition in Thread.join()
pitrou
committed
751675e
View commit details
Copy full SHA for 751675e
Browse repository at this point
Make new PyThread APIs internal
pitrou
committed
235544e
View commit details
Copy full SHA for 235544e
Browse repository at this point
Avoid closing invalid handle on Windows.
pitrou
committed
1a58a24
View commit details
Copy full SHA for 1a58a24
Browse repository at this point
Add test for Thread.join(timeout)
pitrou
committed
47809e8
View commit details
Copy full SHA for 47809e8
Browse repository at this point
Switch to standalone start_joinable_thread() function and rich thread handle object
pitrou
committed
70d3e51
View commit details
Copy full SHA for 70d3e51
Browse repository at this point
Use `unsigned long long` for thread ids
pitrou
committed
d14db26
View commit details
Copy full SHA for d14db26
Browse repository at this point
Ensure fork safety
pitrou
committed
99f3f52
View commit details
Copy full SHA for 99f3f52
Browse repository at this point
Safe casts on Windows
pitrou
committed
5a909ca
View commit details
Copy full SHA for 5a909ca
Browse repository at this point
Introduce PyThread_ident_t, PyThread_handle_t
pitrou
committed
420ece6
View commit details
Copy full SHA for 420ece6
Browse repository at this point
Address compiler warnings
pitrou
committed
96849d1
View commit details
Copy full SHA for 96849d1
Browse repository at this point
Fix merge error
pitrou
committed
5cf2684
View commit details
Copy full SHA for 5cf2684
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
fa11244
View commit details
Copy full SHA for fa11244
Browse repository at this point
You can’t perform that action at this time.