Victor Stinner 4a7cc88472 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
raise a SystemError if a function returns a result and raises an exception.
The SystemError is chained to the previous exception.

Refactor also PyObject_Call() and PyCFunction_Call() to make them more readable.

Remove some checks which became useless (duplicate checks).

Change reviewed by Serhiy Storchaka.
2015-03-06 23:35:27 +01:00
..
2015-02-02 10:52:56 -05:00
2015-02-16 09:40:12 +02:00
2014-12-13 16:08:15 -05:00
2015-02-14 15:17:47 -05:00
2014-12-31 18:10:13 -06:00
2014-09-28 11:27:24 +03:00
2015-02-02 10:52:56 -05:00
2015-02-16 09:40:12 +02:00

Miscellaneous source files for the main Python shared library