Changeset 391 for python/trunk/Lib/test/test_bigaddrspace.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/test_bigaddrspace.py
r2 r391 29 29 else: 30 30 self.fail("should have raised OverflowError") 31 self.assertEqual s(len(x), MAX_Py_ssize_t)31 self.assertEqual(len(x), MAX_Py_ssize_t) 32 32 33 33 ### the following test is pending a patch
Note:
See TracChangeset
for help on using the changeset viewer.