]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-12327)
authorstratakis <cstratak@redhat.com>
Thu, 14 Mar 2019 15:10:58 +0000 (16:10 +0100)
committerVictor Stinner <vstinner@redhat.com>
Thu, 14 Mar 2019 15:10:58 +0000 (16:10 +0100)
commit2832ad53358e3fbc4bdc601b9f3fa04dd0deae46
tree76e863a8d9e18d9dbe4c56e347e565031a6b69bd
parentce5c7a93d47e07327d19dfb47a967f1b18b7d6e8
[2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-12327)

Fix reference leaks in _hotshot.LogReaderType on PyTuple_New() failure.
Misc/NEWS.d/next/Library/2019-03-14-14-40-22.bpo-36212.IEgRI8.rst [new file with mode: 0644]
Modules/_hotshot.c