mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Issue #27558: Fix a SystemError in the implementation of "raise" statement. In a brand new thread, raise a RuntimeError since there is no active exception to reraise. Patch written by Xiang Zhang.
Miscellaneous source files for the main Python shared library