Home
last modified time | relevance | path

Searched refs:PyEval_ReleaseLock (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dceval.h128 Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_ReleaseLock(void);
/third_party/python/PC/
Dpython3dll.c247 EXPORT_FUNC(PyEval_ReleaseLock)
/third_party/python/Doc/data/
Dstable_abi.dat183 function,PyEval_ReleaseLock,3.2,
Drefcounts.dat785 PyEval_ReleaseLock:void:::
/third_party/python/Misc/
Dstable_abi.txt604 function PyEval_ReleaseLock
DHISTORY10998 PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
/third_party/python/Python/
Dceval.c426 PyEval_ReleaseLock(void) in PyEval_ReleaseLock() function
/third_party/python/Doc/c-api/
Dinit.rst1284 .. c:function:: void PyEval_ReleaseLock()
/third_party/python/Doc/whatsnew/
D3.2.rst2729 :c:func:`PyEval_ReleaseLock()` have been officially deprecated. The