Message211184
> 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. |
|
Date |
User |
Action |
Args |
2014-02-13 22:33:03 | scoder | set | recipients:
+ scoder, terry.reedy, ncoghlan, pitrou, larry, benjamin.peterson, eric.araujo, python-dev, yselivanov |
2014-02-13 22:33:03 | scoder | link | issue17159 messages |
2014-02-13 22:33:03 | scoder | create | |
|