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_opcache
1 parent 1173143 commit 4bde894Copy full SHA for 4bde894
Lib/test/test_opcache.py
@@ -2,6 +2,7 @@
2
import threading
3
import types
4
import unittest
5
+from test.support import threading_helper
6
7
8
class TestLoadSuperAttrCache(unittest.TestCase):
@@ -484,6 +485,7 @@ def f(x, y):
484
485
f()
486
487
488
+@threading_helper.requires_working_threading()
489
class TestRacesDoNotCrash(unittest.TestCase):
490
# Careful with these. Bigger numbers have a higher chance of catching bugs,
491
# but you can also burn through a *ton* of type/dict/function versions:
0 commit comments