]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Limit the nesting depth of a tuple passed as the second argument to
authorBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 22:52:14 +0000 (22:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 22:52:14 +0000 (22:52 +0000)
commit4f65331483197a9909b19694688c55fdf9ca7a37
tree1d8dae183e1f6528ca75c85082c4eeb8a4e8a803
parentc69661725a9d505d8f33a4a220d5489cb1de750f
Limit the nesting depth of a tuple passed as the second argument to
isinstance() or issubclass() to the recursion limit of the interpreter.
Lib/test/test_isinstance.py
Misc/NEWS
Objects/abstract.c