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.
test_compress_locking
test_zstd
1 parent 9d0d140 commit c360582Copy full SHA for c360582
Lib/test/test_zstd.py
@@ -2430,6 +2430,7 @@ def test_buffer_protocol(self):
2430
self.assertEqual(f.write(arr), LENGTH)
2431
self.assertEqual(f.tell(), LENGTH)
2432
2433
+@unittest.skip("it fails for now, see gh-133885")
2434
class FreeThreadingMethodTests(unittest.TestCase):
2435
2436
@unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled')
0 commit comments