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.
V
Victor Stinner committed
aaa8ed8b84c3c3fdf799e5c6aa538fbb54d6cb41
Parent: 19361a2