Message211188
> 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. |
|
Date |
User |
Action |
Args |
2014-02-13 22:46:47 | yselivanov | set | recipients:
+ yselivanov, terry.reedy, ncoghlan, pitrou, scoder, larry, benjamin.peterson, eric.araujo, python-dev |
2014-02-13 22:46:47 | yselivanov | set | messageid: <1392331607.94.0.359464455081.issue17159@psf.upfronthosting.co.za> |
2014-02-13 22:46:47 | yselivanov | link | issue17159 messages |
2014-02-13 22:46:47 | yselivanov | create | |
|