]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Feb 2026 08:31:11 +0000 (09:31 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 08:31:11 +0000 (08:31 +0000)
commit86c846735b7fd4b31d5456d89f7cb0b3e8eee2d9
tree362f2a4becf91a5efda15c86e6573690fecc3130
parenta58ea8c21239a23b03446aecd030995bbe40b7a7
[3.14] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250) (GH-145302)

It occurs in a code which perhaps never executed.
(cherry picked from commit 6ea84b2726bb6a1a8a6819d30c368ac34c50eabe)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Modules/_localemodule.c