SIGN IN SIGN UP

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.
V
Victor Stinner committed
7eab0d000cd12d76f90d4a80df1b728d3ff94728
Parent: a4ced86