[Cython] PEP 448: Additional Unpacking Generalizations

Stefan Behnel stefan_ml at behnel.de
Fri Feb 27 10:59:36 CET 2015


Looks like a nice goody for Cython users, too:

https://www.python.org/dev/peps/pep-0448/

Requires grammar changes, but otherwise could be done with a transform, I
guess, by mapping the unpacking to list/tuple concatenations and dict updates.

Stefan


More information about the cython-devel mailing list