-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
bpo-36084: add native thread ID (TID) to threading.Thread objects #11993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
523f10b
Added gettid() functionality to determine kernel thread ID; Thread ob…
jaketesler 8babc6a
Removed unnecessary #include statements
jaketesler 80d02f8
Added/improved documentation for new functionality
jaketesler 675f600
Updated inline and formal documentation
jaketesler e4506af
Error fix: added dummy get_tid() to _dummy_threading
jaketesler 1e5fec7
Added get_thread_id to thread_nt.h as Windows placeholder
jaketesler 4f6dd65
📜🤖 Added by blurb_it.
blurb-it[bot] 8646174
Added TID functionality for Windows
jaketesler 0c42362
Updated documentation to remove references to Unix- and Apple-specifi…
jaketesler 8de952e
Merge branch 'feature-threadid' of https://github.com/jaketesler/cpyt…
jaketesler a358c13
Fixed undeclared variable in else clause
jaketesler f57b5db
Added TID assertion tests
jaketesler 4362dbc
Resolve conflicts with `master` branch
jaketesler b259357
Merge branch 'master' into feature-threadid
jaketesler 658217c
Added FreeBSD support
jaketesler 9d0d318
Merge branch 'feature-threadid' of https://github.com/jaketesler/cpyt…
jaketesler a19d208
Updated documentation for low-level `_thread` threading API.
jaketesler e0e801b
Implemented changes per suggestions from @pitrou.
jaketesler 18cd36f
Update test_threading.py
jaketesler 9ce0de2
Improve availability wording in doc
pitrou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Core and Builtins/2019-02-22-23-03-20.bpo-36084.86Eh4X.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add native thread ID (TID) to threading.Thread objects |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.