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