Stefan Behnel added the comment:

I tried this in Cython and ISTM that the C level parser is a bit too forgiving:

    def sig(a, b):
        """sig=(a*b)"""
        return a * b

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to