bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Remove the PyEval_ReInitThreads() function from the Python C API. It should not be called explicitly: use PyOS_AfterFork_Child() instead. Rename PyEval_ReInitThreads() to _PyEval_ReInitThreads() and add a 'runtime' parameter.
V
Victor Stinner committed
d5d9e81ce9a7efc5bc14a5c21398d1ef6f626884
Parent: 3aef48e
Committed by GitHub <noreply@github.com>
on 5/13/2019, 10:35:37 AM