◐ Shell
clean mode source ↗

gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException by iritkatriel · Pull Request #30531 · python/cpython

@iritkatriel

vstinner

vstinner

iritkatriel

Co-authored-by: Victor Stinner <vstinner@python.org>

kumaraditya303

kumaraditya303

kumaraditya303

kumaraditya303

kumaraditya303

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>

vstinner

Co-authored-by: Victor Stinner <vstinner@python.org>

kumaraditya303

kumaraditya303

@iritkatriel

vstinner

…leak in test_set_exception. Use METH_O in test_set_exception

@iritkatriel iritkatriel changed the title bpo-46343: Add PyErr_GetActiveException and PyErr_SetActiveException bpo-46343: Add PyErr_GetHandledException and PyErr_SetHandledException

Apr 13, 2022

@iritkatriel iritkatriel changed the title bpo-46343: Add PyErr_GetHandledException and PyErr_SetHandledException gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException

Apr 13, 2022

iritkatriel

@iritkatriel