Home
last modified time | relevance | path

Searched refs:PySys_WriteStderr (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Python/
Dinitconfig.c3024 PySys_WriteStderr("(not set)"); in init_dump_ascii_wstr()
3028 PySys_WriteStderr("'"); in init_dump_ascii_wstr()
3032 PySys_WriteStderr("\\'"); in init_dump_ascii_wstr()
3034 PySys_WriteStderr("%c", ch); in init_dump_ascii_wstr()
3037 PySys_WriteStderr("\\x%02x", ch); in init_dump_ascii_wstr()
3041 PySys_WriteStderr("\\U%08x", ch); in init_dump_ascii_wstr()
3045 PySys_WriteStderr("\\u%04x", ch); in init_dump_ascii_wstr()
3048 PySys_WriteStderr("'"); in init_dump_ascii_wstr()
3059 PySys_WriteStderr("Python path configuration:\n"); in _Py_DumpPathConfig()
3063 PySys_WriteStderr(" " NAME " = "); \ in _Py_DumpPathConfig()
[all …]
Dpythonrun.c753 PySys_WriteStderr("\n"); in _Py_HandleSystemExit()
849 PySys_WriteStderr("Error in sys.excepthook:\n"); in _PyErr_PrintEx()
851 PySys_WriteStderr("\nOriginal exception was:\n"); in _PyErr_PrintEx()
860 PySys_WriteStderr("sys.excepthook is missing\n"); in _PyErr_PrintEx()
Dimport.c68 PySys_WriteStderr("# installing zipimport hook\n"); in _PyImportZip_Init()
75 PySys_WriteStderr("# can't import zipimport\n"); in _PyImportZip_Init()
86 PySys_WriteStderr("# can't import zipimport.zipimporter\n"); in _PyImportZip_Init()
97 PySys_WriteStderr("# installed zipimport hook\n"); in _PyImportZip_Init()
Dpylifecycle.c1304 PySys_WriteStderr("# clear builtins._\n"); in finalize_modules_delete_special()
1313 PySys_WriteStderr("# clear sys.%s\n", *p); in finalize_modules_delete_special()
1323 PySys_WriteStderr("# restore sys.%s\n", name); in finalize_modules_delete_special()
Dsysmodule.c365 PySys_WriteStderr("# clear sys.audit hooks\n"); in _PySys_ClearAuditHooks()
3346 PySys_WriteStderr(const char *format, ...) in PySys_WriteStderr() function
/third_party/python/Modules/
Dmain.c152 PySys_WriteStderr("Failed checking if argv[0] is an import path entry\n"); in pymain_get_importer()
253 PySys_WriteStderr("Unable to decode the command from the command line:\n"); in pymain_run_command()
415 PySys_WriteStderr("Could not open PYTHONSTARTUP\n"); in pymain_run_startup()
470 PySys_WriteStderr("Failed calling sys.__interactivehook__\n"); in pymain_run_interactive_hook()
Dgcmodule.c1212 PySys_WriteStderr("gc: collecting generation %d...\n", generation); in gc_collect_main()
1311 PySys_WriteStderr( in gc_collect_main()
2154 PySys_WriteStderr( in _PyGC_DumpShutdownStats()
Dsignalmodule.c257 PySys_WriteStderr("Exception ignored when trying to write to the " in report_wakeup_write_error()
275 PySys_WriteStderr("Exception ignored when trying to send to the " in report_wakeup_send_error()
D_tkinter.c665 PySys_WriteStderr("Tcl_Init error: %s\n", Tcl_GetStringResult(interp)); in Tcl_AppInit()
678 PySys_WriteStderr("Tk_Init error: %s\n", TKINTER_LOADTK_ERRMSG); in Tcl_AppInit()
687 PySys_WriteStderr("Tk_Init error: %s\n", Tcl_GetStringResult(interp)); in Tcl_AppInit()
/third_party/python/Include/
Dsysmodule.h19 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
/third_party/python/Objects/
Dmoduleobject.c596 PySys_WriteStderr("# clear[1] %s\n", s); in _PyModule_ClearDict()
617 PySys_WriteStderr("# clear[2] %s\n", s); in _PyModule_ClearDict()
/third_party/python/Doc/data/
Dstable_abi.dat586 function,PySys_WriteStderr,3.2,
Drefcounts.dat2165 PySys_WriteStderr:void:::
2166 PySys_WriteStderr:const char*:format::
2167 PySys_WriteStderr::...::
/third_party/python/PC/
Dpython3dll.c543 EXPORT_FUNC(PySys_WriteStderr)
/third_party/python/Doc/c-api/
Dsys.rst275 .. c:function:: void PySys_WriteStderr(const char *format, ...)
/third_party/python/Parser/
Dtokenizer.c928 PySys_WriteStderr("\n"); in tok_underflow_interactive()
/third_party/python/Misc/
Dstable_abi.txt1237 function PySys_WriteStderr
DHISTORY12795 - Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
28491 - Use PySys_WriteStderr instead of fprintf in most places.
28769 PySys_WriteStderr(...).
29246 - New APIs PySys_WriteStdout() and PySys_WriteStderr() to write to
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch601 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)