]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Jul 2021 11:33:53 +0000 (04:33 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 11:33:53 +0000 (04:33 -0700)
commitd17cc1ff9fe82b17bbe589b83e440959c8f135d7
treef706195349a20181e79e5032925b323174153d6b
parent1f8486fd50ad4666078eb40ce9f24e8aac17a395
bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)

* bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias

* Update Objects/genericaliasobject.c

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit b324c4c5f763c5116a97db8591e6dcb94456570a)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Objects/genericaliasobject.c