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 cjw296
Recipients cjw296, michael.foord, ncoghlan, yselivanov
Date 2015-11-18.08:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447835986.71.0.323669034496.issue25532@psf.upfronthosting.co.za>
In-reply-to
Content
Cool, what needs to happen for __wrapped__ in to be blacklisted in call?

Separately, inspect.unwrap probably needs to use something less fragile than a set of ids to track whether it's stuck in a loop. What is the actual usecase for __wrapped__ how deeply nested can those realistically expected to be?
History
Date User Action Args
2015-11-18 08:39:46cjw296setrecipients: + cjw296, ncoghlan, michael.foord, yselivanov
2015-11-18 08:39:46cjw296setmessageid: <1447835986.71.0.323669034496.issue25532@psf.upfronthosting.co.za>
2015-11-18 08:39:46cjw296linkissue25532 messages
2015-11-18 08:39:46cjw296create