]> 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:47 +0000 (13:13 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 17:13:47 +0000 (13:13 -0400)
commit2caf86ff6d72d625f86db78c6e90fdaf09e8f703
treedf6a4e687c17cb479619f8169401ff66940747e7
parentd6725fcdd54cb3c72201eaa8841dd72d84f5f71d
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