]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Nov 2021 20:20:21 +0000 (13:20 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Nov 2021 20:20:21 +0000 (21:20 +0100)
commit1e29dce1138a39e095ba47ab4c1e445fd08716e2
tree7a7d6ce609498b6d331ac4ff4b5eccf6cbfd54e5
parenteffb72fa0f6f8f8ec92687fc6a29d63bbdb7e98d
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)

* Use Py_EnterRecursiveCall() in issubclass()

Reviewed-by: Gregory P. Smith <greg@krypto.org> [Google]
(cherry picked from commit 423fa1c1817abfa8c3d1bc308ddbbd8f28b69d68)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Lib/test/test_isinstance.py
Misc/NEWS.d/next/Core and Builtins/2021-10-19-01-04-08.bpo-30570._G30Ms.rst [new file with mode: 0644]
Objects/abstract.c