[Pyrex] unpacking tuple on itself doesn't work
Greg Ewing
greg at cosc.canterbury.ac.nz
Fri May 7 03:58:48 CEST 2004
Jiba <jiba at tuxfamily.org>:
> The following code works in Python but not in Pyrex :
>
> two_args_tuple = (1, 2)
> two_args_tuple, y = two_args_tuple
I think I know why, and it should be fixable. I'll look
into it.
Thanks,
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg at cosc.canterbury.ac.nz +--------------------------------------+
More information about the Pyrex
mailing list