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 The Compiler, cjw296, michael.foord, ncoghlan, pstch, takluyver, yselivanov
Date 2017-05-23.03:27:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495510074.44.0.65891871648.issue25532@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset f9169ce6b48c7cc7cc62d9eb5e4ee1ac7066d14b by Nick Coghlan (Thomas Kluyver) in branch 'master':
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
https://github.com/python/cpython/commit/f9169ce6b48c7cc7cc62d9eb5e4ee1ac7066d14b
History
Date User Action Args
2017-05-23 03:27:54ncoghlansetrecipients: + ncoghlan, cjw296, michael.foord, takluyver, yselivanov, The Compiler, pstch
2017-05-23 03:27:54ncoghlansetmessageid: <1495510074.44.0.65891871648.issue25532@psf.upfronthosting.co.za>
2017-05-23 03:27:54ncoghlanlinkissue25532 messages
2017-05-23 03:27:54ncoghlancreate