Message209955
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 |
|
Date |
User |
Action |
Args |
2014-02-02 07:22:10 | scoder | set | recipients:
+ scoder, gvanrossum, barry, brett.cannon, ncoghlan, larry, jkloth, skrah, python-dev, gennad, zach.ware, serhiy.storchaka, yselivanov |
2014-02-02 07:22:10 | scoder | set | messageid: <1391325730.41.0.931900059004.issue20326@psf.upfronthosting.co.za> |
2014-02-02 07:22:10 | scoder | link | issue20326 messages |
2014-02-02 07:22:10 | scoder | create | |
|