]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 27 Feb 2026 08:02:19 +0000 (10:02 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 08:02:19 +0000 (08:02 +0000)
commit6ea84b2726bb6a1a8a6819d30c368ac34c50eabe
tree86be6713382d24085b4fd98e1065811a3936fa3e
parent06b0920f1292690a22ab2b271dfefe2c63cacf07
Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250)

It occurs in a code which perhaps never executed.
Modules/_localemodule.c