mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-127945: mark TestLocalization
as thread unsafe in ctypes (#131899)
This commit is contained in:
parent
46ada1e5e0
commit
eaffc34d3c
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class TestNullDlsym(unittest.TestCase):
|
|||
# Assert that the IFUNC was called
|
||||
self.assertEqual(os.read(pipe_r, 2), b'OK')
|
||||
|
||||
|
||||
@test.support.thread_unsafe('setlocale is not thread-safe')
|
||||
@unittest.skipUnless(os.name != 'nt', 'test requires dlerror() calls')
|
||||
class TestLocalization(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue