We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36ddf6 commit f305804Copy full SHA for f305804
Lib/test/test_io/test_bufferedio.py
@@ -624,7 +624,6 @@ def test_bad_readinto_type(self):
624
bufio.readline()
625
self.assertIsInstance(cm.exception.__cause__, TypeError)
626
627
- @unittest.skipUnless(sys.maxsize > 2**32, 'requires 64bit platform')
628
@unittest.skipIf(check_sanitizer(thread=True),
629
'ThreadSanitizer aborts on huge allocations (exit code 66).')
630
def test_read1_error_does_not_cause_reentrant_failure(self):
0 commit comments