]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Jul 2023 12:14:10 +0000 (15:14 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 12:14:10 +0000 (15:14 +0300)
commita423ddbdeada8a2fd8657453b9e9f58ba0dd921d
tree92bf9ec6a80c41499f73a2d2e599df685ab8c4de
parentb79f3b36c318be8b27d1737a819e33145193801c
[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)
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