]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Mar 2020 00:28:54 +0000 (01:28 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 00:28:54 +0000 (01:28 +0100)
commitb4698ecfdb526e0a9f5fa6ef0f8e1d8cca500203
treeb00c42490d6d76a45ce9301cc1fe35fe78a8ff9e
parent175a704abfcb3400aaeb66d4f098d92ca7e30892
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)

Deprecated PyEval_InitThreads() and PyEval_ThreadsInitialized().
Calling PyEval_InitThreads() now does nothing.
Doc/c-api/init.rst
Doc/whatsnew/3.9.rst
Include/ceval.h
Misc/NEWS.d/next/C API/2020-03-10-00-18-16.bpo-39877.GOYtIm.rst [new file with mode: 0644]
Python/ceval.c