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 ncoghlan
Recipients brett.cannon, larry, ncoghlan, r.david.murray, yselivanov
Date 2014-04-01.21:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396388088.66.0.109590825634.issue21117@psf.upfronthosting.co.za>
In-reply-to
Content
Huh, that actually sounds like a possible design flaw in the core argument binding semantics. I'll have to think about that one some more.

In the meantime, as far as this issue goes, I'm inclined to say that signature should throw an exception to be clear that such a malformed object has *no* usable signature, as attempting to call it will always fail.
History
Date User Action Args
2014-04-01 21:34:48ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, r.david.murray, yselivanov
2014-04-01 21:34:48ncoghlansetmessageid: <1396388088.66.0.109590825634.issue21117@psf.upfronthosting.co.za>
2014-04-01 21:34:48ncoghlanlinkissue21117 messages
2014-04-01 21:34:48ncoghlancreate