]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 9 Dec 2021 13:53:44 +0000 (13:53 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 13:53:44 +0000 (13:53 +0000)
commitf0d290d25cad66e615ada68ba190b8a23ac1deaa
tree3a95b2b47cd9b56b49e0a3ef4645db3e4b6087a3
parentaf6b4068859a5d0c8afd696f3c0c0155660211a4
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002)
Lib/test/_test_atexit.py
Misc/NEWS.d/next/Core and Builtins/2021-12-09-11-41-35.bpo-46025.pkEvW9.rst [new file with mode: 0644]
Modules/atexitmodule.c