Stackless Python 2.0 Minor Update ("Korea Edition")

Christian Tismer tismer at tismer.com
Fri Feb 23 14:42:45 EST 2001


This is yet another bugfix release for Stackless Python 2.0 .

x = []
for (a, b) in ((1,2),):
    if 1:
        x.append(a)

no longer crashes.
The reason was an unitialized error flag.

The new Win32 distribution and source code
can be downloaded from http://www.stackless.com/

People who don't want to do a download for just a small
change, and who like to compile Stackless anyway,
can find a simpe patch as well.

cheers - chris

-- 
Christian Tismer             :^)   <mailto:tismer at tismer.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Kaunstr. 26                  :    *Starship* http://starship.python.net/
14163 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     where do you want to jump today?   http://www.stackless.com/

-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list