]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Fri, 22 Oct 2021 21:24:08 +0000 (17:24 -0400)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 21:24:08 +0000 (14:24 -0700)
commit423fa1c1817abfa8c3d1bc308ddbbd8f28b69d68
tree416e4d37e4761b89012aa7dd001a923182081f67
parentf6e8b80d20159596cf641305bad3a833bedd2f4f
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)

* Use Py_EnterRecursiveCall() in issubclass()

Reviewed-by: Gregory P. Smith <greg@krypto.org> [Google]
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