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 eric.snow, gregory.p.smith, koobs
Date 2014-11-21.09:33:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416562429.62.0.543770883624.issue22910@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect flakiness is due to parallel test execution.  Is some other test possibly executing at the same time removing __pycache__ directories or .pyc files to recreate them (test_compileall?)?  If the test were adjusted to point to a .py file of its own that it generates in a temporary directory that would avoid that.
History
Date User Action Args
2014-11-21 09:33:49gregory.p.smithsetrecipients: + gregory.p.smith, eric.snow, koobs
2014-11-21 09:33:49gregory.p.smithsetmessageid: <1416562429.62.0.543770883624.issue22910@psf.upfronthosting.co.za>
2014-11-21 09:33:49gregory.p.smithlinkissue22910 messages
2014-11-21 09:33:49gregory.p.smithcreate