This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, python-dev, scoder, serhiy.storchaka, skrah, yselivanov, zach.ware
Date 2014-02-02.07:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391325730.41.0.931900059004.issue20326@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-02-02 07:22:10scodersetrecipients: + scoder, gvanrossum, barry, brett.cannon, ncoghlan, larry, jkloth, skrah, python-dev, gennad, zach.ware, serhiy.storchaka, yselivanov
2014-02-02 07:22:10scodersetmessageid: <1391325730.41.0.931900059004.issue20326@psf.upfronthosting.co.za>
2014-02-02 07:22:10scoderlinkissue20326 messages
2014-02-02 07:22:10scodercreate