]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Aug 2021 11:17:41 +0000 (04:17 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 11:17:41 +0000 (13:17 +0200)
commited718e9b07df06ea1abbe7b34c649e9d610adf86
treea6509aca02dc02fb5614fe7cfabe7d30afdefcb4
parentc352412123140e79dcce6188d17e3e6dbc3f4144
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27651)

(cherry picked from commit a40675c659cd8c0699f85ee9ac31660f93f8c2f5)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2021-08-07-01-26-12.bpo-44856.9rk3li.rst [new file with mode: 0644]
Python/bltinmodule.c