summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGabriele N. Tornetta <P403n1x87@users.noreply.github.com>2021-05-26 14:40:14 (GMT)
committerGitHub <noreply@github.com>2021-05-26 14:40:14 (GMT)
commit90a6c07cb20114dda801f027a90df839225751cb (patch)
tree3ed985b2de44bd7bc7a75190a9e9a62e2ed0d7cb /Misc
parent4f725261c6cf23d259e8fdc205e12b76ef4d2d31 (diff)
downloadcpython-90a6c07cb20114dda801f027a90df839225751cb.zip
cpython-90a6c07cb20114dda801f027a90df839225751cb.tar.gz
cpython-90a6c07cb20114dda801f027a90df839225751cb.tar.bz2
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-04-17-16-08-00.bpo-43879.zkyJgh.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-04-17-16-08-00.bpo-43879.zkyJgh.rst b/Misc/NEWS.d/next/Core and Builtins/2021-04-17-16-08-00.bpo-43879.zkyJgh.rst
new file mode 100644
index 0000000..98b5173
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-04-17-16-08-00.bpo-43879.zkyJgh.rst
@@ -0,0 +1 @@
+Add native_thread_id to PyThreadState. Patch by Gabriele N. Tornetta.