mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
merge 3.3 (#20796)
This commit is contained in:
commit
85736a7d2c
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ def test_file_from_empty_string_dir(self):
|
|||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue