]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
authorVictor Stinner <vstinner@python.org>
Thu, 28 May 2020 16:26:01 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 16:26:01 +0000 (18:26 +0200)
commitfda7f6d61b13c68f59806db674e892fda4013348
treee388ad977da11fba7af1c05f0e477b5481237af9
parent459acc551656785bc4a3363d65c7a60f822da8e3
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.
Doc/whatsnew/3.9.rst