mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
e0deff31d3
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