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 benjamin.peterson, eric.araujo, larry, ncoghlan, pitrou, python-dev, scoder, terry.reedy, yselivanov
Date 2014-02-13.22:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52FD481D.4040103@behnel.de>
In-reply-to <1392329394.63.0.436599318862.issue17159@psf.upfronthosting.co.za>
Content
> Since this is a problem in Cython, not in CPython, maybe you can fix it in Cython?

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.
History
Date User Action Args
2014-02-13 22:33:03scodersetrecipients: + scoder, terry.reedy, ncoghlan, pitrou, larry, benjamin.peterson, eric.araujo, python-dev, yselivanov
2014-02-13 22:33:03scoderlinkissue17159 messages
2014-02-13 22:33:03scodercreate