Skip to content

Commit f305804

Browse files
committed
Trigger 32bit CI
1 parent e36ddf6 commit f305804

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_io/test_bufferedio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ def test_bad_readinto_type(self):
624624
bufio.readline()
625625
self.assertIsInstance(cm.exception.__cause__, TypeError)
626626

627-
@unittest.skipUnless(sys.maxsize > 2**32, 'requires 64bit platform')
628627
@unittest.skipIf(check_sanitizer(thread=True),
629628
'ThreadSanitizer aborts on huge allocations (exit code 66).')
630629
def test_read1_error_does_not_cause_reentrant_failure(self):

0 commit comments

Comments
 (0)