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 serhiy.storchaka
Recipients koobs, ncoghlan, ned.deily, neologix, pitrou, serhiy.storchaka, trent, vstinner
Date 2013-08-14.12:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376484612.46.0.779251412316.issue16463@psf.upfronthosting.co.za>
In-reply-to
Content
We can do this in the setUpClass() method.

Or we can wrap the resolve_address() method with the @functools.lru_cache() decorator.
History
Date User Action Args
2013-08-14 12:50:12serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, vstinner, ned.deily, trent, neologix, koobs
2013-08-14 12:50:12serhiy.storchakasetmessageid: <1376484612.46.0.779251412316.issue16463@psf.upfronthosting.co.za>
2013-08-14 12:50:12serhiy.storchakalinkissue16463 messages
2013-08-14 12:50:12serhiy.storchakacreate