Victor Stinner aaa8ed8b84 Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when
building the tuple (type, value, traceback) passed to the callback.

PyTuple_Pack() does crash if an argument is NULL.
2013-07-10 13:57:55 +02:00
..
2013-03-18 10:59:41 -07:00
2013-05-16 22:17:17 +02: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
2013-07-06 18:04:41 -04:00
2009-04-27 20:54:42 +00:00
2013-05-16 19:38:22 -05:00