cpython: e8cab14d8a47 (original) (raw)
Mercurial > cpython
changeset 100579:e8cab14d8a47
Issue #26583: merge from 3.5 [#26583]
Ned Deily nad@python.org | |
---|---|
date | Thu, 17 Mar 2016 17:56:42 -0400 |
parents | 89704c124fa8(current diff)915f158633f4(diff) |
children | 97cd199944c3 |
files | Misc/NEWS |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_import/__init__.py 1 Misc/NEWS 3 |
line wrap: on
line diff
--- 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).