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 bc5a028 commit 4c48053Copy full SHA for 4c48053
Lib/test/test_ctypes/test_dlerror.py
@@ -120,7 +120,7 @@ def test_null_dlsym(self):
120
# Assert that the IFUNC was called
121
self.assertEqual(os.read(pipe_r, 2), b'OK')
122
123
-
+@test.support.thread_unsafe('setlocale is not thread-safe')
124
@unittest.skipUnless(os.name != 'nt', 'test requires dlerror() calls')
125
class TestLocalization(unittest.TestCase):
126
0 commit comments