Home
last modified time | relevance | path

Searched refs:PyErr_ResourceWarning (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dwarnings.h23 PyAPI_FUNC(int) PyErr_ResourceWarning(
/external/python/cpython3/PC/
Dpython3.def135 PyErr_ResourceWarning=python39.PyErr_ResourceWarning
/external/python/cpython3/Doc/data/
Drefcounts.dat638 PyErr_ResourceWarning:int:::
639 PyErr_ResourceWarning:PyObject*:source:0:
640 PyErr_ResourceWarning:Py_ssize_t:stack_level::
641 PyErr_ResourceWarning:const char*:format::
642 PyErr_ResourceWarning::...::
/external/python/cpython3/Modules/_io/
Dfileio.c96 if (PyErr_ResourceWarning(source, 1, "unclosed file %R", source)) { in fileio_dealloc_warn()
/external/python/cpython3/Python/
D_warnings.c1168 PyErr_ResourceWarning(PyObject *source, Py_ssize_t stack_level, in PyErr_ResourceWarning() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst358 .. c:function:: int PyErr_ResourceWarning(PyObject *source, Py_ssize_t stack_level, const char *for…
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a1.rst1528 Add a new function :c:func:`PyErr_ResourceWarning` function to pass the
/external/python/cpython3/Modules/
Dsocketmodule.c5043 if (PyErr_ResourceWarning((PyObject *)s, 1, "unclosed %R", s)) {
Dposixmodule.c13915 if (PyErr_ResourceWarning((PyObject *)iterator, 1, in ScandirIterator_finalize()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1897 * The new :c:func:`PyErr_ResourceWarning` function can be used to generate