Home
last modified time | relevance | path

Searched refs:PyCode_ClearWatcher (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_testcapi/
Dwatchers.c380 if (PyCode_ClearWatcher(watcher_id_l) < 0) { in clear_code_watcher()
429 if (PyCode_ClearWatcher(watcher_ids[i]) < 0) { in allocate_too_many_code_watchers()
/external/python/cpython3/Include/cpython/
Dcode.h281 PyAPI_FUNC(int) PyCode_ClearWatcher(int watcher_id);
/external/python/cpython3/Doc/c-api/
Dcode.rst157 Return an ID which may be passed to :c:func:`PyCode_ClearWatcher`.
163 .. c:function:: int PyCode_ClearWatcher(int watcher_id)
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a3.rst42 Add :c:func:`PyCode_AddWatcher` and :c:func:`PyCode_ClearWatcher` APIs to
/external/python/cpython3/Objects/
Dcodeobject.c89 PyCode_ClearWatcher(int watcher_id) in PyCode_ClearWatcher() function
/external/python/cpython3/Doc/whatsnew/
D3.12.rst1932 * Add :c:func:`PyCode_AddWatcher` and :c:func:`PyCode_ClearWatcher`
/external/python/cpython3/Doc/data/
Dpython3.13.abi71 …<elf-symbol name='PyCode_ClearWatcher' type='func-type' binding='global-binding' visibility='defau…
5916PyCode_ClearWatcher' mangled-name='PyCode_ClearWatcher' filepath='Objects/codeobject.c' line='89' …