Commit 3673670b authored by Benjamin Peterson's avatar Benjamin Peterson

fix importlib test failure when bytecode writing is disabled (closes #20796)

Patch by Berker Peksag.
parent 517b7473
......@@ -162,6 +162,7 @@ class SimpleTest(unittest.TestCase):
if os.path.exists(pycache):
shutil.rmtree(pycache)
@source_util.writes_bytecode_files
def test_timestamp_overflow(self):
# When a modification timestamp is larger than 2**32, it should be
# truncated rather than raise an OverflowError.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment