Stefan Behnel added the comment:

I tested it and it works, so I could take the simple route now and say "yes, it 
fixes the problem", but it's actually no longer required because I already 
added a "__signature__" property to Cython's functions. However, as Yury noted, 
that's a hack because inspect.py can do the same thing way more efficiently 
with his latest change, so it allows me to reconsider and potentially get rid 
of it again.

Long story short, it works and does the right thing, so I'm happy to see this 
change go into Py3.4.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17159>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to