]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Jul 2023 07:50:47 +0000 (10:50 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 07:50:47 +0000 (10:50 +0300)
commit3e65baee72131b49f4ce8ca2da568a6f2001ce93
tree372b75670036916d6826f901e0f7c2e586b2bb4f
parent83ac1284909433f3f77c0a4f459996b1ba3f1a4d
gh-86493: Fix possible leaks in some modules initialization (GH-106768)

Fix _ssl, _stat, _testinternalcapi, _threadmodule, cmath, math, posix, time.
Modules/_ssl.c
Modules/_stat.c
Modules/_testinternalcapi.c
Modules/_threadmodule.c
Modules/cmathmodule.c
Modules/mathmodule.c
Modules/posixmodule.c
Modules/timemodule.c