[Cython] Some bugs found while testing cython on django

Jon Olav Vik jonovik at gmail.com
Mon Jun 20 07:28:05 CEST 2011


Vitja Makarov <vitja.makarov at ...> writes:

> 1. It seems that cython currently doesn't support tuples inside args 
definition:
> def foo((a, b), c):

Note that this feature is removed in Python 3.
http://www.python.org/dev/peps/pep-3113/




More information about the cython-devel mailing list