[Python-Dev] Re: Another test_compiler mystery
Armin Rigo
arigo at tunes.org
Tue Aug 10 21:23:03 CEST 2004
Hello again,
On Tue, Aug 10, 2004 at 08:16:38PM +0100, Armin Rigo wrote:
> I get this: in a release build,
>
> ...
> 120 ok
> 121 ok
> 122 ok
> 123 exceptions.RuntimeError maximum recursion depth exceeded
> 124 exceptions.RuntimeError maximum recursion depth exceeded
> 125 exceptions.RuntimeError maximum recursion depth exceeded
> 126 exceptions.RuntimeError maximum recursion depth exceeded
> 127 exceptions.RuntimeError maximum recursion depth exceeded
> 128 exceptions.RuntimeError maximum recursion depth exceeded
> ...
Sorry, my mistake. This was after I removed from object.c the two
Py_Enter/LeaveRecursiveCall(" in cmp"). Not suprizingly, I then only get
"regular" recursion errors.
A pure CVS version gets me the same results as you and John.
Armin
More information about the Python-Dev
mailing list