Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c488bc6 commit 1c80b15Copy full SHA for 1c80b15
2 files changed
Lib/test/test_import/__init__.py
@@ -278,6 +278,7 @@ def __del__(self):
278
"""))
279
script_helper.assert_python_ok(testfn)
280
281
+ @skip_if_dont_write_bytecode
282
def test_timestamp_overflow(self):
283
# A modification timestamp larger than 2**32 should not be a problem
284
# when importing a module (issue #11235).
Misc/NEWS
@@ -319,6 +319,9 @@ Tests
319
- Issue #25616: Tests for OrderedDict are extracted from test_collections
320
into separate file test_ordered_dict.
321
322
+- Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
323
+ files cannot be written.
324
+
325
Build
326
-----
327
0 commit comments