]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decima...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Jul 2023 07:03:59 +0000 (10:03 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 07:03:59 +0000 (10:03 +0300)
commit970cb8eabaaf5a8311f1aba4ca4968ef7385fce8
treeeb5ce6c485f787066900fe53909f847dd1e67985
parentd671c6567aa5b5c4478aadcd623f5c3b8261b5b1
[3.12] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767) (#106849)

(cherry picked from commit 745492355b94d109e47827e5865846f25ae42d26)
Modules/_curses_panel.c
Modules/_decimal/_decimal.c
Modules/posixmodule.c
Modules/xxsubtype.c