Home
last modified time | relevance | path

Searched refs:PyEval_AcquireLock (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dceval.h127 Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_AcquireLock(void);
/third_party/python/PC/
Dpython3dll.c231 EXPORT_FUNC(PyEval_AcquireLock)
/third_party/python/Doc/data/
Dstable_abi.dat167 function,PyEval_AcquireLock,3.2,
Drefcounts.dat764 PyEval_AcquireLock:void:::
/third_party/python/Misc/
Dstable_abi.txt572 function PyEval_AcquireLock
DHISTORY10997 - Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst127 :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
/third_party/python/Python/
Dceval.c416 PyEval_AcquireLock(void) in PyEval_AcquireLock() function
/third_party/python/Doc/c-api/
Dinit.rst1261 .. c:function:: void PyEval_AcquireLock()
/third_party/python/Doc/whatsnew/
D3.8.rst1843 * :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
D3.2.rst2728 * The misleading functions :c:func:`PyEval_AcquireLock()` and