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 serhiy.storchaka
Date 2016-02-10.10:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455099242.2.0.566872742177.issue26325@psf.upfronthosting.co.za>
In-reply-to
Content
Victor proposed in issue25994 to use special context manager to check that no ResourceWarning is emitted. I think that this helper can be useful in other tests. It saves 3 lines for every use. Proposed patch adds it in test.support.
History
Date User Action Args
2016-02-10 10:14:02serhiy.storchakasetrecipients: + serhiy.storchaka
2016-02-10 10:14:02serhiy.storchakasetmessageid: <1455099242.2.0.566872742177.issue26325@psf.upfronthosting.co.za>
2016-02-10 10:14:01serhiy.storchakalinkissue26325 messages
2016-02-10 10:14:01serhiy.storchakacreate