]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)
authorBenjamin Peterson <benjamin@python.org>
Tue, 26 Feb 2019 07:12:10 +0000 (23:12 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Feb 2019 07:12:10 +0000 (23:12 -0800)
commitd5a551c2694e32835bcdafc01d611f3227ca36b3
tree446f3767f994323ca693e301b8a260a026c73004
parentf57cd8288dbe6aba99c057f37ad6d58f8db75350
closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)

a24107b04c1277e3c1105f98aff5bfa3a98b33a0 introduced a few refleaks.

https://bugs.python.org/issue36115
Objects/typeobject.c