You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's too bad, because it prevents cpy from being able to interface with libraries that return multiple values. Consider a library that returns a tuple. In python, it would be as easy as:
The following expression does not work:
It gives the error:
Similarly, this:
gives the error:
What's the proper way of dealing with tuples in cpy?
The text was updated successfully, but these errors were encountered: