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 b60e48c commit 9093939Copy full SHA for 9093939
Lib/test/test_zstd.py
@@ -2430,9 +2430,9 @@ 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
- @unittest.skip("it fails for now, see gh-133885")
2436
@unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled')
2437
@threading_helper.reap_threads
2438
@threading_helper.requires_working_threading()
0 commit comments