Home
last modified time | relevance | path

Searched refs:PySys_FormatStderr (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Dsysmodule.h26 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/external/python/cpython3/Modules/
Dzipimport.c576 PySys_FormatStderr("import %U # loaded from Zip %U\n", in zipimport_zipimporter_load_module_impl()
1123 PySys_FormatStderr("# zipimport: found %u names in %R\n", in read_directory()
1347 PySys_FormatStderr("# %R has bad magic\n", in unmarshal_code()
1364 PySys_FormatStderr("# %R has bad mtime\n", in unmarshal_code()
1554 PySys_FormatStderr("# trying %U%c%U\n", in get_module_code()
Dgcmodule.c641 PySys_FormatStderr("gc: %s <%s %p>\n", in debug_cycle()
817 PySys_FormatStderr(" %zd", in collect()
934 PySys_FormatStderr( in collect()
/external/python/cpython3/Python/
Dimport.c467 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \ in PyImport_Cleanup()
557 PySys_FormatStderr("# cleanup[3] wiping %U\n", name); in PyImport_Cleanup()
566 PySys_FormatStderr("# cleanup[3] wiping sys\n"); in PyImport_Cleanup()
569 PySys_FormatStderr("# cleanup[3] wiping builtins\n"); in PyImport_Cleanup()
749 PySys_FormatStderr("import %U # previously loaded (%R)\n", in _PyImport_FindExtensionObjectEx()
Dpylifecycle.c300 PySys_FormatStderr("import _frozen_importlib # frozen\n"); in initimport()
320 PySys_FormatStderr("import _imp # builtin\n"); in initimport()
Dsysmodule.c2794 PySys_FormatStderr(const char *format, ...) in PySys_FormatStderr() function
/external/python/cpython3/PC/
Dpython3.def553 PySys_FormatStderr=python37.PySys_FormatStderr
/external/python/cpython3/Objects/
Dmoduleobject.c678 PySys_FormatStderr("# destroy %S\n", m->md_name); in module_dealloc()
/external/python/cpython3/Doc/c-api/
Dsys.rst261 .. c:function:: void PySys_FormatStderr(const char *format, ...)
/external/python/cpython3/Doc/data/
Drefcounts.dat2124 PySys_FormatStderr:void:::
2125 PySys_FormatStderr:const char*:format::
2126 PySys_FormatStderr::...::
/external/python/cpython3/Misc/
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to