]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 May 2020 16:34:47 +0000 (09:34 -0700)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 16:34:47 +0000 (09:34 -0700)
commit6a478641c00e5a52be9d595ad804bf848a498d96
tree56ff3ce8f60489ea817e00881b159a54ad7b7848
parentbcbe5c59dde5fcb9ad21991c2afd91837b14bbd5
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)

Update What's New in Python 3.9.

PyThreadState_DeleteCurrent was not removed, but excluded from the limited C API.
(cherry picked from commit fda7f6d61b13c68f59806db674e892fda4013348)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.9.rst