mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
sys.stderr It should help to see exceptions when stderr if buffered: PyErr_Display() calls sys.stderr.write(), it doesn't write into stderr file descriptor directly.
Miscellaneous source files for the main Python shared library