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 b33469e commit 74482e3Copy full SHA for 74482e3
1 file changed
Lib/test/test_context.py
@@ -769,6 +769,7 @@ def inner():
769
self.assertTrue(changed)
770
ctx1.run(outer)
771
772
+ @threading_helper.requires_working_threading()
773
def test_get_changed_with_threads(self):
774
# get_changed() works correctly in a thread with copied context
775
import threading
0 commit comments