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