Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c918800

Browse files
committed
Issue #26583: merge from 3.5
2 parents a209981 + 1c80b15 commit c918800

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/test/test_import/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def __del__(self):
278278
"""))
279279
script_helper.assert_python_ok(testfn)
280280

281+
@skip_if_dont_write_bytecode
281282
def test_timestamp_overflow(self):
282283
# A modification timestamp larger than 2**32 should not be a problem
283284
# when importing a module (issue #11235).

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,9 @@ Tests
846846
- ``PCbuild\rt.bat`` now accepts an unlimited number of arguments to pass along
847847
to regrtest.py. Previously there was a limit of 9.
848848

849+
- Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
850+
files cannot be written.
851+
849852
Build
850853
-----
851854

0 commit comments

Comments
 (0)