Skip to content

Commit 0f403a4

Browse files
Drop support.thread_unsafe(): it does not exist in 3.13
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 352446e commit 0f403a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_socket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,6 @@ def testGetaddrinfo(self):
17341734

17351735
@unittest.skipUnless(hasattr(socket, 'AI_NUMERICSERV'),
17361736
'needs socket.AI_NUMERICSERV')
1737-
@support.thread_unsafe('setlocale is not thread-safe')
17381737
@support.run_with_locales('LC_ALL',
17391738
'uk_UA.KOI8-U', 'uk_UA', 'ja_JP.eucJP', 'ja_JP.SJIS', 'ja_JP',
17401739
'ko_KR.eucKR', 'zh_CN.GB18030', 'el_GR.ISO8859-7',

0 commit comments

Comments
 (0)