SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72114 0 1 Python

bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)

Py_Initialize() calls PyEval_InitThreads() since Python 3.7. It's no
longer needed to call it explicitly.
V
Victor Stinner committed
3225b9f9739cd4bcca372d0fa939cea1ae5c6402
Parent: eebaa9b
Committed by GitHub <noreply@github.com> on 3/9/2020, 7:56:57 PM