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 terry.reedy
Recipients brett.cannon, larry, ncoghlan, terry.reedy, yselivanov
Date 2014-01-17.23:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390002551.74.0.0802351354186.issue20223@psf.upfronthosting.co.za>
In-reply-to
Content
This strikes me as a bug introduced with the new 3.4 feature and thus a Type: behavior issue eligible for 3.4. inspect.signature should work correctly with any python-coded callable and not return a wrong answer. (And we are trying to get inspect to work with C-coded callables also in 3.4.)
History
Date User Action Args
2014-01-17 23:49:11terry.reedysetrecipients: + terry.reedy, brett.cannon, ncoghlan, larry, yselivanov
2014-01-17 23:49:11terry.reedysetmessageid: <1390002551.74.0.0802351354186.issue20223@psf.upfronthosting.co.za>
2014-01-17 23:49:11terry.reedylinkissue20223 messages
2014-01-17 23:49:11terry.reedycreate