[Stackless] A new crash bug
Richard Tew
richard.m.tew at gmail.com
Mon Oct 22 19:41:47 CEST 2007
On 10/22/07, Kristján Valur Jónsson <kristjan at ccpgames.com> wrote:
> Okay I have finally figured out what is happening.
> ...
>
> The fix is to make "unreachable" a static variable. This should be ok, since python threading model precludes more than one thread doing GC, and gc.collect() is not reentrant anyway.
>
> Richard, can you do this for me and try with your vintage compilers?
It does the trick, I will check it in. Thanks Kristján.
Richard.
More information about the Stackless
mailing list