summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>2019-10-04 11:35:42 (GMT)
committerVictor Stinner <vstinner@python.org>2019-10-04 11:35:42 (GMT)
commit8855e47d09d4db1206c65b24efc8ad0df585ac46 (patch)
tree7bad8536eb0439d6c6edfed703b7165cb367ca0b /Misc/NEWS.d
parent06cb94bc8419b9a24df6b0d724fcd8e40c6971d6 (diff)
downloadcpython-8855e47d09d4db1206c65b24efc8ad0df585ac46.zip
cpython-8855e47d09d4db1206c65b24efc8ad0df585ac46.tar.gz
cpython-8855e47d09d4db1206c65b24efc8ad0df585ac46.tar.bz2
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)
Revert the removal of PyThreadState_DeleteCurrent() with documentation.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2019-10-03-12-53-53.bpo-38266.0FIC1q.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-10-03-12-53-53.bpo-38266.0FIC1q.rst b/Misc/NEWS.d/next/C API/2019-10-03-12-53-53.bpo-38266.0FIC1q.rst
new file mode 100644
index 0000000..3b4c423
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2019-10-03-12-53-53.bpo-38266.0FIC1q.rst
@@ -0,0 +1 @@
+Revert the removal of PyThreadState_DeleteCurrent() with documentation. \ No newline at end of file