Hi Richard, I'm creating a small piece of code to demonstrate the problem, and will be sending it as soon as it is finished.
I use pyglet's framework for running an update function at scheduled intervals, and I initially thought that's the problem. I'm gonna try to replicate the behaviour without pyglet and see if I hit the same issue. Regards, alex. On Fri, Feb 20, 2009 at 2:50 PM, Richard Tew <[email protected]> wrote: > On Fri, Feb 20, 2009 at 8:56 AM, Aleksandar Radulovic > <[email protected]> wrote: >> I am having a rather similar problem with my code (Stackless Python >> 2.6.1 on OSX). >> >> My app (pyglet + stackless python) breaks with the same exception straight >> away. > ... >> RuntimeError: maximum recursion depth exceeded while calling a Python object > > I'll try and take a look at this when I do a rebuild of Stackless > Python 2.6.1. But without a simplified reproduction case, it is > unlikely I will be able to spend much time on it. > > If anyone can reduce their code to the bare minimum needed to recreate > this behaviour, it is more likely that I can track down the problem. > > Cheers, > Richard. > -- Pozdrav / Regards Aleksandar _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
