[New-bugs-announce] [issue26583] test_timestamp_overflow fails

Peter Inglesby report at bugs.python.org
Thu Mar 17 13:16:47 EDT 2016


New submission from Peter Inglesby:

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

----------
messages: 261919
nosy: inglesp
priority: normal
severity: normal
status: open
title: test_timestamp_overflow fails
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26583>
_______________________________________


More information about the New-bugs-announce mailing list