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 martin.panter
Recipients martin.panter, vstinner
Date 2015-07-20.14:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437401813.61.0.317279191409.issue24675@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is to avoid the warning introduced with the changes in Issue 15745, originally described at <https://bugs.python.org/issue15745#msg245455>. The code has a “with” statement to hide the warning from os.stat_float_times(), but the warning triggers anyway because the TestCase.addCleanup() callback is triggered after the “with” statement has exited.
History
Date User Action Args
2015-07-20 14:16:53martin.pantersetrecipients: + martin.panter, vstinner
2015-07-20 14:16:53martin.pantersetmessageid: <1437401813.61.0.317279191409.issue24675@psf.upfronthosting.co.za>
2015-07-20 14:16:53martin.panterlinkissue24675 messages
2015-07-20 14:16:53martin.pantercreate