]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Dec 2021 15:16:09 +0000 (07:16 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 15:16:09 +0000 (15:16 +0000)
commit934a24c641da5bc4bdb724e901adc20f9a5dff40
treec9b28fea41d6b5b0dc33b1a16f4fca0210681a50
parent2c2ee83c4db4dbd54017dc364bbefc70fa75ea5d
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005)

(cherry picked from commit f0d290d25cad66e615ada68ba190b8a23ac1deaa)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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