Victor Stinner eec9331b20 Fix SystemError in "raise" statement
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.
2016-08-18 18:13:10 +02:00
..
2016-08-18 18:13:10 +02:00
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2016-01-22 14:09:55 +01:00
2016-01-20 11:12:38 +01:00

Miscellaneous source files for the main Python shared library