]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Jul 2021 17:55:43 +0000 (10:55 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Jul 2021 17:55:43 +0000 (18:55 +0100)
commit4684a34c8d2a2ffac7b779edb4ba57f043783478
tree5d51f22fd803d99b225fb65001b226724fbfe5bc
parent21be6cb0304ba143980b7e4c875cb5b9db30952b
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27018)

(cherry picked from commit d33943a6c368c2184e238019c63ac7a267da5594)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Misc/NEWS.d/next/Core and Builtins/2021-07-04-23-38-51.bpo-44562.QdeRQo.rst [new file with mode: 0644]
Objects/genericaliasobject.c