]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 Apr 2019 13:17:40 +0000 (06:17 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2019 13:17:40 +0000 (06:17 -0700)
commit896c6357f3267fe5dc5a33979f8cf46b0a74cfee
tree8607f0b9fed137c282f0645b4083b47f4dc44f0d
parentf5972cc0c9a8e3315207e2d67534f330d619af4e
bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)

https://bugs.python.org/issue36745
(cherry picked from commit e0dcb85b7d64153d1741698c04a6736c9669603a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Objects/object.c