]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 7 Aug 2021 10:10:14 +0000 (11:10 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 10:10:14 +0000 (12:10 +0200)
commita40675c659cd8c0699f85ee9ac31660f93f8c2f5
tree67a61b5eff447e081132b3d20765e270a6548592
parent17c23167942498296f0bdfffe52e72d53d66d693
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
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