Searched refs:PySys_WriteStderr (Results 1 – 19 of 19) sorted by relevance
| /third_party/python/Python/ |
| D | initconfig.c | 3024 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 …]
|
| D | pythonrun.c | 753 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()
|
| D | import.c | 68 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()
|
| D | pylifecycle.c | 1304 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()
|
| D | sysmodule.c | 365 PySys_WriteStderr("# clear sys.audit hooks\n"); in _PySys_ClearAuditHooks() 3346 PySys_WriteStderr(const char *format, ...) in PySys_WriteStderr() function
|
| /third_party/python/Modules/ |
| D | main.c | 152 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()
|
| D | gcmodule.c | 1212 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()
|
| D | signalmodule.c | 257 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.c | 665 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/ |
| D | sysmodule.h | 19 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
|
| /third_party/python/Objects/ |
| D | moduleobject.c | 596 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/ |
| D | stable_abi.dat | 586 function,PySys_WriteStderr,3.2,
|
| D | refcounts.dat | 2165 PySys_WriteStderr:void::: 2166 PySys_WriteStderr:const char*:format:: 2167 PySys_WriteStderr::...::
|
| /third_party/python/PC/ |
| D | python3dll.c | 543 EXPORT_FUNC(PySys_WriteStderr)
|
| /third_party/python/Doc/c-api/ |
| D | sys.rst | 275 .. c:function:: void PySys_WriteStderr(const char *format, ...)
|
| /third_party/python/Parser/ |
| D | tokenizer.c | 928 PySys_WriteStderr("\n"); in tok_underflow_interactive()
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1237 function PySys_WriteStderr
|
| D | HISTORY | 12795 - 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/ |
| D | cpython_mingw_v3.10.2.patch | 601 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
|