Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
92f202b6
Commit
92f202b6
authored
Mar 17, 2016
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #26583: merge from 3.5
parents
d0ffca8d
22ffd7fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Lib/test/test_import/__init__.py
Lib/test/test_import/__init__.py
+1
-0
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_import/__init__.py
View file @
92f202b6
...
...
@@ -278,6 +278,7 @@ class ImportTests(unittest.TestCase):
"""
))
script_helper
.
assert_python_ok
(
testfn
)
@
skip_if_dont_write_bytecode
def
test_timestamp_overflow
(
self
):
# A modification timestamp larger than 2**32 should not be a problem
# when importing a module (issue #11235).
...
...
Misc/NEWS
View file @
92f202b6
...
...
@@ -846,6 +846,9 @@ Tests
- ``PCbuild\rt.bat`` now accepts an unlimited number of arguments to pass along
to regrtest.py. Previously there was a limit of 9.
- Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
files cannot be written.
Build
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment