commit | 4b5c53aba596f96eebf5b04efad8192f3ff0d4bf | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Apr 02 02:47:44 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Apr 02 02:47:44 2009 +0000 |
tree | 5152808b9e20a5693c84451fca24759fa83eb27e | |
parent | 4724f40bcb69a4a1f84ba61918c14a8f0082a9ac [diff] |
In PyErr_GivenExceptionMatches, temporarily bump the recursion limit, so that in the most common case PyObject_IsSubclass will not raise a recursion error we have to ignore anyway.