FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-110829: Ensure Thread.join() joins the OS thread by pitrou · Pull Request #110848 · 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-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
Back
|
FazBrowse Home
|
New Git URL