]> 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 14:03:17 +0000 (07:03 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 14:03:17 +0000 (07:03 -0700)
commitac8f72cd3ffa24f53c558911947c42316865683c
tree0b297ab0013d26939ac945b8985ffe36bfd9be26
parent699ee016af5736ffc80f68359617611a22b72943
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)

(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