[Pyrex] unpacking tuple on itself doesn't work

Jiba jiba at tuxfamily.org
Fri May 7 00:29:59 CEST 2004


Hi all,

The following code works in Python but not in Pyrex :


two_args_tuple = (1, 2)
two_args_tuple, y = two_args_tuple
print "y", y


I'm not sure it worth fixing it though... maybe simply add a warning in
the Pyrex overview, at the chapter "Unsupported Python features".

Jiba




More information about the Pyrex mailing list