[Stackless] Re: stackless.com typo and bug(?) report

Christian Tismer tismer at stackless.com
Wed Jan 14 16:32:51 CET 2004


Hi Tom,

> Thanks for the mention on stackles.com.
> Would you mind replacing 'John Locke' with 'Tom Locke' :) 

Ick! Very sorry about that.
I'm a bit unconcentrated in the moment.
Stopped smoking 19 days ago...

> Also, I'm still getting crashes with tasklet exceptions. Can you let me
> know if the attached script crashes for you.

Yes, it did crash. This was an oversight, a special combination
of the main tasklet blocking in a channel, but it needed
to react on an exception of another tasklet. In that context,
at the moment the only way to get out of the channel is
a hard switch, since the variables are hidden in the stack.
Will have to redesign this, later.
CVS message:

"""
corrected a bug reported by Tom Locke.
In the context of an exception and main blocking
in a channel, soft-switching is not possible and
must be prohibited.
"""

cheers - chris
-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  mobile +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/



_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list