diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-01-01 14:50:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 14:50:56 (GMT) |
commit | d0a9bc5a89728a66f66835cbeec6a33aa7de26f0 (patch) | |
tree | 6d1293076a643dcd50444ef9ac38a66731bfd0cc /Misc | |
parent | 7ed71278768f2646af0a74caef6648c385d9f334 (diff) | |
download | cpython-d0a9bc5a89728a66f66835cbeec6a33aa7de26f0.zip cpython-d0a9bc5a89728a66f66835cbeec6a33aa7de26f0.tar.gz cpython-d0a9bc5a89728a66f66835cbeec6a33aa7de26f0.tar.bz2 |
gh-100649: Update native_thread_id after fork (gh-100650)
Update native_thread_id after fork
(cherry picked from commit d52d4942cfdd52a50f88b87b1ff2a67375dbcf47)
Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-12-31-23-32-09.gh-issue-100649.C0fY4S.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-12-31-23-32-09.gh-issue-100649.C0fY4S.rst b/Misc/NEWS.d/next/Core and Builtins/2022-12-31-23-32-09.gh-issue-100649.C0fY4S.rst new file mode 100644 index 0000000..7ee929a --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-12-31-23-32-09.gh-issue-100649.C0fY4S.rst @@ -0,0 +1 @@ +Update the native_thread_id field of PyThreadState after fork. |