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 jdemeyer
Recipients jdemeyer, scoder
Date 2017-04-14.11:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492169694.13.0.728047753298.issue30071@psf.upfronthosting.co.za>
In-reply-to
Content
Python is supposed to encourage duck-typing, but the "inspect" module doesn't follow this advice. A particular problem is that Cython functions are not recognized by the inspect module to be functions: http://cython.readthedocs.io/en/latest/src/userguide/limitations.html#inspect-support
History
Date User Action Args
2017-04-14 11:34:54jdemeyersetrecipients: + jdemeyer, scoder
2017-04-14 11:34:54jdemeyersetmessageid: <1492169694.13.0.728047753298.issue30071@psf.upfronthosting.co.za>
2017-04-14 11:34:54jdemeyerlinkissue30071 messages
2017-04-14 11:34:53jdemeyercreate