]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Aug 2018 17:13:46 +0000 (13:13 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 17:13:46 +0000 (13:13 -0400)
commit204fb459ca1d77c2eab02a3191ba2d2216ff2d72
treed1660487a77f35ae36322b1694f96139296d50b0
parentd60bdf239e322316c8b5e37679cb8e789028aae2
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)

(cherry picked from commit a2eefa67542c25617a58c03a27c17fd48e2a0856)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Python/errors.c