]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Oct 2021 21:46:56 +0000 (14:46 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 21:46:56 +0000 (14:46 -0700)
commitf812fef2f8f12441ce559335645433c8124e7db5
treea96fcaa7e695d4f1dee35c8c23c0e9061ed0b5f3
parent19903085c3ad7a17c8047e1556c700f2eb109931
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)

* 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