]> granicus.if.org Git - python/commit
bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)
authorZackery Spytz <zspytz@gmail.com>
Sun, 28 Apr 2019 12:58:52 +0000 (06:58 -0600)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 Apr 2019 12:58:52 +0000 (05:58 -0700)
commite0dcb85b7d64153d1741698c04a6736c9669603a
treedd62ce772d91b10d090e8a7a0367b1d5442b3ce9
parentda63b321f63b697f75e7ab2f88f55d907f56c187
bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)

https://bugs.python.org/issue36745
Objects/object.c