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 inglesp
Recipients inglesp
Date 2016-03-17.17:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458235007.87.0.738177495403.issue26583@psf.upfronthosting.co.za>
In-reply-to
Content
I get the following test failure against changeset 100576 on OSX 10.9.5:

$ ./python.exe -m test test_import
[1/1] test_import
test test_import failed -- Traceback (most recent call last):
  File "/Users/peteringlesby/src/cpython/Lib/test/test_import/__init__.py", line 301, in test_timestamp_overflow
    os.stat(compiled)
FileNotFoundError: [Errno 2] No such file or directory: '__pycache__/@test_68937_tmp.cpython-36.pyc'

1 test failed:
    test_import
History
Date User Action Args
2016-03-17 17:16:47inglespsetrecipients: + inglesp
2016-03-17 17:16:47inglespsetmessageid: <1458235007.87.0.738177495403.issue26583@psf.upfronthosting.co.za>
2016-03-17 17:16:47inglesplinkissue26583 messages
2016-03-17 17:16:47inglespcreate