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-22.08:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393056507.06.0.131633069674.issue17159@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-22 08:08:27scodersetrecipients: + scoder, terry.reedy, ncoghlan, pitrou, larry, benjamin.peterson, eric.araujo, python-dev, yselivanov
2014-02-22 08:08:27scodersetmessageid: <1393056507.06.0.131633069674.issue17159@psf.upfronthosting.co.za>
2014-02-22 08:08:27scoderlinkissue17159 messages
2014-02-22 08:08:26scodercreate