]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41654: Explicitly cast PyExc_MemoryError to PyTypeObject to avoid warning (GH...
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 5 Sep 2020 16:07:54 +0000 (17:07 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Sep 2020 16:07:54 +0000 (17:07 +0100)
commit6ae61959ec51a6b3dddc8e665ce6a7b8aeb26c04
tree79a1bbe377ebfbabf5a3e4fde248751dcc9e0959
parent4ddb2d73ac661af516a252fe697ec05e726b0f20
bpo-41654: Explicitly cast PyExc_MemoryError to PyTypeObject to avoid warning (GH-22102)
Objects/exceptions.c