Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/third_party/python/Python/
Dpylifecycle.c165 PySys_FormatStderr("import _frozen_importlib # frozen\n"); in init_importlib()
178 PySys_FormatStderr("import _imp # builtin\n"); in init_importlib()
275 PySys_FormatStderr("%s", _C_LOCALE_WARNING); in emit_stderr_warning_for_legacy_locale()
1367 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \ in finalize_remove_modules()
1462 PySys_FormatStderr("# cleanup[3] wiping %U\n", name); in finalize_modules_clear_weaklist()
1475 PySys_FormatStderr("# cleanup[3] wiping sys\n"); in finalize_clear_sys_builtins_dict()
1481 PySys_FormatStderr("# cleanup[3] wiping builtins\n"); in finalize_clear_sys_builtins_dict()
Dinitconfig.c3081 PySys_FormatStderr(" sys.%s = ", #NAME); \ in _Py_DumpPathConfig()
3083 PySys_FormatStderr("%A", obj); \ in _Py_DumpPathConfig()
3088 PySys_FormatStderr("\n"); \ in _Py_DumpPathConfig()
3107 PySys_FormatStderr(" %A,\n", path); in _Py_DumpPathConfig()
Dimport.c555 PySys_FormatStderr("import %U # previously loaded (%R)\n", in import_find_extension()
Dsysmodule.c3389 PySys_FormatStderr(const char *format, ...) in PySys_FormatStderr() function
/third_party/python/Modules/
Dmain.c321 PySys_FormatStderr("%S: can't open file %R: [Errno %d] %s\n", in pymain_run_file_obj()
339 PySys_FormatStderr("%S: %R is a directory, cannot continue\n", in pymain_run_file_obj()
Dgcmodule.c920 PySys_FormatStderr("gc: %s <%s %p>\n", in debug_cycle()
1063 PySys_FormatStderr( in show_stats_each_generations()
/third_party/python/Objects/
Dmoduleobject.c676 PySys_FormatStderr("# destroy %U\n", m->md_name); in module_dealloc()
798 PySys_FormatStderr("Exception ignored in m_clear of module%s%V\n", in module_clear()
/third_party/python/PC/
Dpython3dll.c533 EXPORT_FUNC(PySys_FormatStderr)
/third_party/python/Doc/data/
Dstable_abi.dat576 function,PySys_FormatStderr,3.2,
Drefcounts.dat2133 PySys_FormatStderr:void:::
2134 PySys_FormatStderr:const char*:format::
2135 PySys_FormatStderr::...::
/third_party/python/Doc/c-api/
Dsys.rst288 .. c:function:: void PySys_FormatStderr(const char *format, ...)
/third_party/python/Misc/
Dstable_abi.txt1219 function PySys_FormatStderr
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch605 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);