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 gregory.p.smith
Recipients asvetlov, bennoleslie, gregory.p.smith, mark.dickinson, python-dev, rosslagerwall
Date 2012-11-11.17:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352655758.57.0.102360194472.issue16140@psf.upfronthosting.co.za>
In-reply-to
Content
That test is gross... it creates a nasty cycle of an instance back to itself via a stubbed out nested function's enclosing scope.

I'm sanitizing it now to simplify the code and not have any cycles.
History
Date User Action Args
2012-11-11 17:42:38gregory.p.smithsetrecipients: + gregory.p.smith, mark.dickinson, asvetlov, rosslagerwall, python-dev, bennoleslie
2012-11-11 17:42:38gregory.p.smithsetmessageid: <1352655758.57.0.102360194472.issue16140@psf.upfronthosting.co.za>
2012-11-11 17:42:38gregory.p.smithlinkissue16140 messages
2012-11-11 17:42:38gregory.p.smithcreate