]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Jul 2023 06:40:38 +0000 (09:40 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 06:40:38 +0000 (09:40 +0300)
commitfced79f91e186dd6a608221ad7cee2eeb443c40d
tree1fb2424e9896c609fde2f1b3675ba106c9c55466
parent0c47ed7bbf156e9fc01e276ef053206f3e6a3e62
[3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863)

[3.11] [3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855)

Fix _ssl, _stat, _testinternalcapi, _threadmodule, cmath, math, posix, time.
(cherry picked from commit 3e65baee72131b49f4ce8ca2da568a6f2001ce93).
(cherry picked from commit a423ddbdeada8a2fd8657453b9e9f58ba0dd921d)
Include/cpython/modsupport.h
Modules/_ssl.c
Modules/_stat.c
Modules/_testinternalcapi.c
Modules/_threadmodule.c
Modules/cmathmodule.c
Modules/mathmodule.c
Modules/posixmodule.c
Modules/timemodule.c
Python/modsupport.c