<html>
<body>
<img src="http://user9.orgio.net/orgiomail/button.php3?id=tszfechztguxnfhjlko&user=juneaftn" width="1" height="1">
<pre>
pair=[]
for (char,num) in (('a',1),('b',2),('c',0),('d',4)):
    if 1<num:
            pair.append(char)

When run on the interactive interpreter, this code puts out:

Traceback (most recent call last):
  File "<stdin>", line 3, in ?
SystemError: error return without exception set

,whereas it runs without the error on the standard python.
However, strangely enough, it runs well even on SPC when it's run as a file.

Can you guys reproduce it on your system?

</pre>
</body>
</html>
_______________________________________________
Stackless mailing list
Stackless@starship.python.net
http://starship.python.net/mailman/listinfo/stackless