]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal,...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Jul 2023 06:00:22 +0000 (09:00 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 06:00:22 +0000 (09:00 +0300)
commit745492355b94d109e47827e5865846f25ae42d26
tree05322d5676224157285b9f0daaf629e643a8778b
parente1c295e3da9ff5a3eb6b009a1f821d80e564ac87
gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767)
Modules/_curses_panel.c
Modules/_decimal/_decimal.c
Modules/posixmodule.c
Modules/xxsubtype.c