diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-02-27 18:50:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-02-27 18:50:28 (GMT) |
commit | 85736a7d2c4fcb0369becf59b143e5035a2adc23 (patch) | |
tree | 550702f7e74ffcc86f2bd23ae9c683c4783ab007 /Lib/test/test_importlib | |
parent | d3acef9bf4658bfaee0b98b79d4c42406faf7b83 (diff) | |
parent | 3673670b675d8a686686a449a0a9a551f53dfee7 (diff) | |
download | cpython-85736a7d2c4fcb0369becf59b143e5035a2adc23.zip cpython-85736a7d2c4fcb0369becf59b143e5035a2adc23.tar.gz cpython-85736a7d2c4fcb0369becf59b143e5035a2adc23.tar.bz2 |
merge 3.3 (#20796)
Diffstat (limited to 'Lib/test/test_importlib')
-rw-r--r-- | Lib/test/test_importlib/source/test_file_loader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_importlib/source/test_file_loader.py b/Lib/test/test_importlib/source/test_file_loader.py index 25a3dae..2d415f9 100644 --- a/Lib/test/test_importlib/source/test_file_loader.py +++ b/Lib/test/test_importlib/source/test_file_loader.py @@ -190,6 +190,7 @@ class SimpleTest(abc.LoaderTests): if os.path.exists(pycache): shutil.rmtree(pycache) + @source_util.writes_bytecode_files def test_timestamp_overflow(self): # When a modification timestamp is larger than 2**32, it should be # truncated rather than raise an OverflowError. |