8000 bpo-38707: Fix for multiprocessing.Process MainThread.native_id by jaketesler · Pull Request #17088 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-38707: Fix for multiprocessing.Process MainThread.native_id #17088

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 9 commits into from
Nov 19, 2019
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2019-11-08-00-36-10.bpo-38707
….SZL036.rst

Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com>
  • Loading branch information
jaketesler and brandtbucher committed Nov 8, 2019
commit 52c89898e437f56b174b642dc64b0951e5383ed6
5C1A
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`multiprocessing.Process` objects now retain their correct `MainThread.native_id` attribute
:class:`multiprocessing.Process` objects now retain their correct ``MainThread.native_id`` attribute.
0