Searched refs:PySys_FormatStderr (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Include/ |
D | sysmodule.h | 22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|
/third_party/python/Python/ |
D | pylifecycle.c | 165 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()
|
D | initconfig.c | 3081 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()
|
D | import.c | 555 PySys_FormatStderr("import %U # previously loaded (%R)\n", in import_find_extension()
|
D | sysmodule.c | 3389 PySys_FormatStderr(const char *format, ...) in PySys_FormatStderr() function
|
/third_party/python/Modules/ |
D | main.c | 321 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()
|
D | gcmodule.c | 920 PySys_FormatStderr("gc: %s <%s %p>\n", in debug_cycle() 1063 PySys_FormatStderr( in show_stats_each_generations()
|
/third_party/python/Objects/ |
D | moduleobject.c | 676 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/ |
D | python3dll.c | 533 EXPORT_FUNC(PySys_FormatStderr)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 576 function,PySys_FormatStderr,3.2,
|
D | refcounts.dat | 2133 PySys_FormatStderr:void::: 2134 PySys_FormatStderr:const char*:format:: 2135 PySys_FormatStderr::...::
|
/third_party/python/Doc/c-api/ |
D | sys.rst | 288 .. c:function:: void PySys_FormatStderr(const char *format, ...)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1219 function PySys_FormatStderr
|
D | HISTORY | 12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 605 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|