Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dwarnings.h20 PyAPI_FUNC(int) PyErr_ResourceWarning(
/external/python/cpython3/Doc/data/
Drefcounts.dat658 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::...::
Dstable_abi.dat156 func,PyErr_ResourceWarning,3.6,,
Dpython3.13.abi189 …<elf-symbol name='PyErr_ResourceWarning' type='func-type' binding='global-binding' visibility='def…
23590PyErr_ResourceWarning' mangled-name='PyErr_ResourceWarning' filepath='Python/_warnings.c' line='12…
/external/python/cpython3/Modules/_io/
Dfileio.c98 if (PyErr_ResourceWarning(source, 1, "unclosed file %R", source)) { in fileio_dealloc_warn()
/external/python/cpython3/PC/
Dpython3dll.c217 EXPORT_FUNC(PyErr_ResourceWarning)
/external/python/cpython3/Python/
D_warnings.c1254 PyErr_ResourceWarning(PyObject *source, Py_ssize_t stack_level, in PyErr_ResourceWarning() function
/external/python/cpython3/Modules/_sqlite/
Dconnection.c494 if (PyErr_ResourceWarning(self, 1, "unclosed database in %R", self)) { in connection_finalize()
/external/python/cpython3/Misc/
Dstable_abi.toml1918 [function.PyErr_ResourceWarning]
/external/python/cpython3/Doc/c-api/
Dexceptions.rst397 .. c:function:: int PyErr_ResourceWarning(PyObject *source, Py_ssize_t stack_level, const char *for…
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a1.rst1549 Add a new function :c:func:`PyErr_ResourceWarning` function to pass the
/external/python/cpython3/Modules/
Dsocketmodule.c5229 if (PyErr_ResourceWarning((PyObject *)s, 1, "unclosed %R", s)) {
Dposixmodule.c16311 if (PyErr_ResourceWarning((PyObject *)iterator, 1, in ScandirIterator_finalize()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1901 * The new :c:func:`PyErr_ResourceWarning` function can be used to generate