mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
826d8973ac
Before sys.stderr is set to the proper thing, set it to a really simple file-like object that can print tracebacks using direct file descriptor I/O. This is handy for debugging.