[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20796)

benjamin.peterson python-checkins at python.org
Thu Feb 27 19:50:38 CET 2014


http://hg.python.org/cpython/rev/15a0bbfb27f1
changeset:   89408:15a0bbfb27f1
parent:      89406:5dec1604322c
parent:      89407:8afcfe6dfd6e
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Feb 27 13:50:28 2014 -0500
summary:
  merge 3.3 (#20796)

files:
  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
--- a/Lib/test/test_importlib/source/test_file_loader.py
+++ b/Lib/test/test_importlib/source/test_file_loader.py
@@ -190,6 +190,7 @@
             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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list