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 scoder
Date 2013-02-08.15:20:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360336830.78.0.208941087191.issue17159@psf.upfronthosting.co.za>
In-reply-to
Content
I can't see a reason why Signature.from_function() should explicitly check the type of the object being passed in. As long as the object has all required attributes, it should be accepted.

This is specifically an issue with Cython compiled functions, which are not Python functions but look the same.
History
Date User Action Args
2013-02-08 15:20:30scodersetrecipients: + scoder
2013-02-08 15:20:30scodersetmessageid: <1360336830.78.0.208941087191.issue17159@psf.upfronthosting.co.za>
2013-02-08 15:20:30scoderlinkissue17159 messages
2013-02-08 15:20:30scodercreate