Searched refs:PyErr_ResourceWarning (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython3/Include/ |
D | warnings.h | 20 PyAPI_FUNC(int) PyErr_ResourceWarning(
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 658 PyErr_ResourceWarning:int::: 659 PyErr_ResourceWarning:PyObject*:source:0: 660 PyErr_ResourceWarning:Py_ssize_t:stack_level:: 661 PyErr_ResourceWarning:const char*:format:: 662 PyErr_ResourceWarning::...::
|
D | stable_abi.dat | 156 func,PyErr_ResourceWarning,3.6,,
|
D | python3.13.abi | 189 …<elf-symbol name='PyErr_ResourceWarning' type='func-type' binding='global-binding' visibility='def… 23590 …PyErr_ResourceWarning' mangled-name='PyErr_ResourceWarning' filepath='Python/_warnings.c' line='12…
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 98 if (PyErr_ResourceWarning(source, 1, "unclosed file %R", source)) { in fileio_dealloc_warn()
|
/external/python/cpython3/PC/ |
D | python3dll.c | 217 EXPORT_FUNC(PyErr_ResourceWarning)
|
/external/python/cpython3/Python/ |
D | _warnings.c | 1254 PyErr_ResourceWarning(PyObject *source, Py_ssize_t stack_level, in PyErr_ResourceWarning() function
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 494 if (PyErr_ResourceWarning(self, 1, "unclosed database in %R", self)) { in connection_finalize()
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1918 [function.PyErr_ResourceWarning]
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 397 .. 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 | 1549 Add a new function :c:func:`PyErr_ResourceWarning` function to pass the
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 5229 if (PyErr_ResourceWarning((PyObject *)s, 1, "unclosed %R", s)) {
|
D | posixmodule.c | 16311 if (PyErr_ResourceWarning((PyObject *)iterator, 1, in ScandirIterator_finalize()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1901 * The new :c:func:`PyErr_ResourceWarning` function can be used to generate
|