]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jun 2020 16:18:52 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 16:18:52 +0000 (09:18 -0700)
commitc932f5c1e531f5a3cbf0ce664e4bcd22aa04994d
tree7b016f98af9d615b7855f9fbb9eb7e926d0ff426
parent94bb4b7db2a4eadd299acede204b087aca30c9a2
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 9672912e8f90374fd31b37ca0fb7cefbc6f4c555)

Co-authored-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