]> 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:16 +0000 (04:17 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 11:17:16 +0000 (13:17 +0200)
commit0a423096e8d8bbe22c0fb0904f7520387a8d4247
tree2012f28ed3dba75da60b7ec8dbb51c4dc6e8cb1f
parentaf441df3ff0eab7bce782011cf702a8a9005da1f
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27652)

(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