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 brett.cannon
Recipients brett.cannon
Date 2011-01-23.23:31:11
SpamBayes Score 3.1902708e-08
Marked as misclassified No
Message-id <1295825472.67.0.685273364418.issue10991@psf.upfronthosting.co.za>
In-reply-to
Content
If you run ``test.regrtest -T`` you will discover that (at least) test_importlib and test_runpy prevent coverage data from being written out as 'trace' will try to find files which no longer exist. Both test suites create temp files, import them, and then delete them. Unfortunately 'trace' doesn't ignore that fact and throws an exception that the temporary files are gone.

Since the file is simply gone it probably makes sense to have 'trace' just print out a warning that the file could not be found and move on.
History
Date User Action Args
2011-01-23 23:31:12brett.cannonsetrecipients: + brett.cannon
2011-01-23 23:31:12brett.cannonsetmessageid: <1295825472.67.0.685273364418.issue10991@psf.upfronthosting.co.za>
2011-01-23 23:31:12brett.cannonlinkissue10991 messages
2011-01-23 23:31:11brett.cannoncreate