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 yselivanov
Recipients ncoghlan, petr.viktorin, yselivanov
Date 2015-05-28.01:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432775043.65.0.217398404892.issue24298@psf.upfronthosting.co.za>
In-reply-to
Content
> That's also a little more future-proof, in case any further checks happen to be inserted ahead of the check for __wrapped__.

Well, we unwrap until we see a "__signature__" attribute (or we can't unwrap anymore).  And right after unwrapping we try to return the __signature__; so inserting more checks before unwrapping with unconditional recursion after it won't be so safe.
History
Date User Action Args
2015-05-28 01:04:03yselivanovsetrecipients: + yselivanov, ncoghlan, petr.viktorin
2015-05-28 01:04:03yselivanovsetmessageid: <1432775043.65.0.217398404892.issue24298@psf.upfronthosting.co.za>
2015-05-28 01:04:03yselivanovlinkissue24298 messages
2015-05-28 01:04:03yselivanovcreate