Problem with embedding - can only make about 150 calls...

Mads Bondo Dydensborg madsdyd at challenge.dk
Sun Oct 7 13:13:48 EDT 2001


On 7 Oct 2001, Piet van Oostrum wrote:

> Stack overflow?

I am afraid not - at least not in Python. Changing the python program to
def PyMyTest(n):
    for i in range(0, n):
        print "i = ", i, " - calling MyTest.MyTest"
        MyTest.MyTest()

Yields the exact same results.

Any ideas?

Mads

-- 
Mads Bondo Dydensborg.                               madsdyd at challenge.dk
You know you're a Linux geek when...

    You keep track of your highest uptime, and try to break your record.

                                                     - segfault





More information about the Python-list mailing list