cpython/Misc/NEWS.d/next/C API/2019-05-11-03-56-23.bpo-367...

3 lines
157 B
ReStructuredText

The :c:func:`PyEval_ReInitThreads` function has been removed from the C API.
It should not be called explicitly: use :c:func:`PyOS_AfterFork_Child` instead.