Victor Stinner 7eab0d000c Issue #18408: Fix PyEval_EvalFrameEx() for MemoryError
Don't pass a NULL traceback to PyException_SetTraceback(): pass Py_None.
Passing NULL would raise a new exception.
2013-07-15 21:16:27 +02:00
..
2013-03-18 10:59:41 -07:00
2013-03-16 15:38:28 -07:00
2012-12-31 21:37:21 -06:00
2013-03-20 00:39:41 -05:00
2012-10-05 01:04:27 +02:00