Searched refs:PyErr_ResourceWarning (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Include/ |
D | warnings.h | 23 PyAPI_FUNC(int) PyErr_ResourceWarning(
|
/external/python/cpython3/PC/ |
D | python3.def | 135 PyErr_ResourceWarning=python39.PyErr_ResourceWarning
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 638 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/ |
D | fileio.c | 96 if (PyErr_ResourceWarning(source, 1, "unclosed file %R", source)) { in fileio_dealloc_warn()
|
/external/python/cpython3/Python/ |
D | _warnings.c | 1168 PyErr_ResourceWarning(PyObject *source, Py_ssize_t stack_level, in PyErr_ResourceWarning() function
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 358 .. c:function:: int PyErr_ResourceWarning(PyObject *source, Py_ssize_t stack_level, const char *for…
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a1.rst | 1528 Add a new function :c:func:`PyErr_ResourceWarning` function to pass the
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 5043 if (PyErr_ResourceWarning((PyObject *)s, 1, "unclosed %R", s)) {
|
D | posixmodule.c | 13915 if (PyErr_ResourceWarning((PyObject *)iterator, 1, in ScandirIterator_finalize()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1897 * The new :c:func:`PyErr_ResourceWarning` function can be used to generate
|