]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46417: Py_Finalize() clears static exceptioins (GH-30805)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jan 2022 21:31:44 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 21:31:44 +0000 (22:31 +0100)
commit621a45ccacd121f9ae4d8a539f040410c74b253b
treeaeac5229bd9dc2590aeca4f74c0f91bd86c46f22
parentf1bcdeaca6e912a2bec1fbcff76cc49e7f761d38
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().
Objects/exceptions.c