Ulrich Petri
2003-11-03 23:46:40 UTC
"Anthony Briggs" <abriggs at westnet.com.au> schrieb im Newsbeitrag
imports B, and B imports A, particularly since you're trying small
examples, and they're still exceeding the recursion depth.
Unlikely, since it works if he sets recursionlimit(4000).
As others put it:
"our new model of Cray is fast enough to finilize an infinite loop in few
nanosecs"
Ciao Ulrich
However, it works when i try the smallest examples and use
sys.setrecursionlimit(4000)
This seems like a limitation in the pickling code. Yes?
I would suspect that you have a loop in your definitions, eg. Asys.setrecursionlimit(4000)
This seems like a limitation in the pickling code. Yes?
imports B, and B imports A, particularly since you're trying small
examples, and they're still exceeding the recursion depth.
As others put it:
"our new model of Cray is fast enough to finilize an infinite loop in few
nanosecs"
Ciao Ulrich