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 yselivanov
Recipients benjamin.peterson, eric.araujo, larry, ncoghlan, pitrou, python-dev, scoder, terry.reedy, yselivanov
Date 2014-02-13.22:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392331607.94.0.359464455081.issue17159@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm actually considering that. Now that Signature.from_function() allows
> function-like types, it appears like it's the easiest solution to add a
> "__signature__" property to cyfunctions that does the necessary "from
> inspect import Signature, return Signature.from_function(self)" dance.

Oh, sound like a big hack.

Stefan, Larry,

Please take a look at the new patch 'sig_cython_latest'

The change is really minimal, I think we can still push this in 3.4.
History
Date User Action Args
2014-02-13 22:46:47yselivanovsetrecipients: + yselivanov, terry.reedy, ncoghlan, pitrou, scoder, larry, benjamin.peterson, eric.araujo, python-dev
2014-02-13 22:46:47yselivanovsetmessageid: <1392331607.94.0.359464455081.issue17159@psf.upfronthosting.co.za>
2014-02-13 22:46:47yselivanovlinkissue17159 messages
2014-02-13 22:46:47yselivanovcreate