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.
2 parents a209981 + 1c80b15 commit c918800Copy full SHA for c918800
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
@@ -846,6 +846,9 @@ Tests
846
- ``PCbuild\rt.bat`` now accepts an unlimited number of arguments to pass along
847
to regrtest.py. Previously there was a limit of 9.
848
849
+- Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
850
+ files cannot be written.
851
+
852
Build
853
-----
854
0 commit comments