summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-03-17 21:56:42 (GMT)
committerNed Deily <nad@python.org>2016-03-17 21:56:42 (GMT)
commitc9188000d782d4c393cbd5941949bdcf41b143da (patch)
treeaecb6168ac6588a65b8449b95a225a23467630d3 /Lib/test
parenta209981f5f4bff2a8ea80327b94534b5205b114a (diff)
parent1c80b152bd7a793b40a729bddf19c10660b06202 (diff)
downloadcpython-c9188000d782d4c393cbd5941949bdcf41b143da.zip
cpython-c9188000d782d4c393cbd5941949bdcf41b143da.tar.gz
cpython-c9188000d782d4c393cbd5941949bdcf41b143da.tar.bz2
Issue #26583: merge from 3.5
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_import/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_import/__init__.py b/Lib/test/test_import/__init__.py
index 14a688d..1e33274 100644
--- a/Lib/test/test_import/__init__.py
+++ b/Lib/test/test_import/__init__.py
@@ -278,6 +278,7 @@ class ImportTests(unittest.TestCase):
"""))
script_helper.assert_python_ok(testfn)
+ @skip_if_dont_write_bytecode
def test_timestamp_overflow(self):
# A modification timestamp larger than 2**32 should not be a problem
# when importing a module (issue #11235).