Home
last modified time | relevance | path

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

12345

/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/lang/python310/Python-3.10.1/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/lang/python38/Python-3.8.12/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/lang/python39/Python-3.9.9/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dsysmodule.h22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dsysmodule.h26 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dsysmodule.h26 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/lang/python37/Python-3.7.12/Include/
H A Dsysmodule.h26 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dsysmodule.h26 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
/dports/lang/python37/Python-3.7.12/Modules/
H A 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()
/dports/lang/python310/Python-3.10.1/Python/
H A 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()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpylifecycle.c170 PySys_FormatStderr("import _frozen_importlib # frozen\n"); in init_importlib()
183 PySys_FormatStderr("import _imp # builtin\n"); in init_importlib()
280 PySys_FormatStderr("%s", _C_LOCALE_WARNING); in emit_stderr_warning_for_legacy_locale()
1370 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \ in finalize_remove_modules()
1465 PySys_FormatStderr("# cleanup[3] wiping %U\n", name); in finalize_modules_clear_weaklist()
1478 PySys_FormatStderr("# cleanup[3] wiping sys\n"); in finalize_clear_sys_builtins_dict()
1484 PySys_FormatStderr("# cleanup[3] wiping builtins\n"); in finalize_clear_sys_builtins_dict()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dmain.c322 PySys_FormatStderr("%S: can't open file %R: [Errno %d] %s\n", in pymain_run_file_obj()
340 PySys_FormatStderr("%S: %R is a directory, cannot continue\n", in pymain_run_file_obj()
/dports/lang/python310/Python-3.10.1/Modules/
H A 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()
/dports/devel/py-guppy3/guppy3-3.1.2/src/heapy/
H A Dinterpreter.c170 PySys_FormatStderr("Unhandled exception in interpreter started by %R\n", boot->cmd); in t_bootstrap()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dimport.c479 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \ in PyImport_Cleanup()
574 PySys_FormatStderr("# cleanup[3] wiping %U\n", name); in PyImport_Cleanup()
584 PySys_FormatStderr("# cleanup[3] wiping sys\n"); in PyImport_Cleanup()
588 PySys_FormatStderr("# cleanup[3] wiping builtins\n"); in PyImport_Cleanup()
770 PySys_FormatStderr("import %U # previously loaded (%R)\n", in _PyImport_FindExtensionObjectEx()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dimport.c479 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \ in PyImport_Cleanup()
574 PySys_FormatStderr("# cleanup[3] wiping %U\n", name); in PyImport_Cleanup()
584 PySys_FormatStderr("# cleanup[3] wiping sys\n"); in PyImport_Cleanup()
588 PySys_FormatStderr("# cleanup[3] wiping builtins\n"); in PyImport_Cleanup()
770 PySys_FormatStderr("import %U # previously loaded (%R)\n", in _PyImport_FindExtensionObjectEx()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dimport.c479 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \ in PyImport_Cleanup()
574 PySys_FormatStderr("# cleanup[3] wiping %U\n", name); in PyImport_Cleanup()
584 PySys_FormatStderr("# cleanup[3] wiping sys\n"); in PyImport_Cleanup()
588 PySys_FormatStderr("# cleanup[3] wiping builtins\n"); in PyImport_Cleanup()
770 PySys_FormatStderr("import %U # previously loaded (%R)\n", in _PyImport_FindExtensionObjectEx()
/dports/lang/python37/Python-3.7.12/Python/
H A 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()

12345