bpo-36084: Add threading Native ID information to What's New documentation#14845
Merged
vstinner merged 5 commits intopython:masterfrom Jul 30, 2019
Merged
bpo-36084: Add threading Native ID information to What's New documentation#14845vstinner merged 5 commits intopython:masterfrom
vstinner merged 5 commits intopython:masterfrom
Conversation
eryksun
reviewed
Jul 18, 2019
Contributor
Author
|
I didn't expect the Spanish Inquisition |
|
Nobody expects the Spanish Inquisition! : please review the changes made to this pull request. |
Contributor
Author
|
^ I did that since @bedevere-bot didn't initially add any labels and I didn't want this small PR to get lost in the fray. |
vstinner
reviewed
Jul 30, 2019
Misc/NEWS.d/next/Documentation/2019-07-24-22-46-04.bpo-36084.2rmo4T.rst
Outdated
Show resolved
Hide resolved
Delete NEWS entry per @vstinner
Update 3.8 doc wording to match `Threading` reference documentation
Contributor
Author
|
@vstinner Updated the 3.8 doc per your suggestion. |
Contributor
|
Thanks @jaketesler for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-15028 is a backport of this pull request to the 3.8 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jul 30, 2019
…ation (pythonGH-14845) (cherry picked from commit 84846b0) Co-authored-by: Jake Tesler <[email protected]>
miss-islington
added a commit
that referenced
this pull request
Jul 30, 2019
…ation (GH-14845) (cherry picked from commit 84846b0) Co-authored-by: Jake Tesler <[email protected]>
lisroach
pushed a commit
to lisroach/cpython
that referenced
this pull request
Sep 10, 2019
DinoV
pushed a commit
to DinoV/cpython
that referenced
this pull request
Jan 14, 2020
websurfer5
pushed a commit
to websurfer5/cpython
that referenced
this pull request
Jul 20, 2020
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR includes a minor documentation change. It adds a short blurb to the "What's New in Python 3.8" doc about the new Threading module Native ID functionality (
threading.get_native_id(), et al.)If this PR for
:masteris approved, I will create a backport PR for the:3.8branch.See #13463 (bpo-36084) for more information.
cc @vstinner, @pitrou
https://bugs.python.org/issue36084