commit | 4f65331483197a9909b19694688c55fdf9ca7a37 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Mar 20 22:52:14 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Mar 20 22:52:14 2004 +0000 |
tree | 1d8dae183e1f6528ca75c85082c4eeb8a4e8a803 | |
parent | c69661725a9d505d8f33a4a220d5489cb1de750f [diff] |
Limit the nesting depth of a tuple passed as the second argument to isinstance() or issubclass() to the recursion limit of the interpreter.