]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
authorChristian Heimes <christian@python.org>
Sat, 13 Jun 2020 15:57:22 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 15:57:22 +0000 (00:57 +0900)
commit9672912e8f90374fd31b37ca0fb7cefbc6f4c555
tree8c01ec48d6207a1ee57b7fc94652c9f0eeb1acb2
parent29c117202e386bad1d66ae336e2fefa1a1809ee0
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)

Signed-off-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Core and Builtins/2020-06-12-12-21-54.bpo-40957.Z8n6I6.rst [new file with mode: 0644]
Python/fileutils.c