bpo-46417: Py_Finalize() clears static exceptioins (GH-30805) · python/cpython@621a45c · GitHub
Skip to content

Commit 621a45c

Browse files
authored
bpo-46417: Py_Finalize() clears static exceptioins (GH-30805)
The Py_Finalize() function now clears exceptions implemented as static types. Add _PyExc_FiniTypes() function, called by _PyExc_Fini().
1 parent f1bcdea commit 621a45c

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

Objects/exceptions.c

Lines changed: 26 additions & 1 deletion

0 commit comments

Comments
 (0)