mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Co-authored-by: Brett Cannon <brett@python.org>
This commit is contained in:
parent
5aee46b31b
commit
2b16a08bc7
33 changed files with 103 additions and 21 deletions
|
@ -3285,6 +3285,7 @@ Foo
|
|||
addrs = utils.getaddresses([Header('Al Person <aperson@dom.ain>')])
|
||||
self.assertEqual(addrs[0][1], 'aperson@dom.ain')
|
||||
|
||||
@threading_helper.requires_working_threading()
|
||||
def test_make_msgid_collisions(self):
|
||||
# Test make_msgid uniqueness, even with multiple threads
|
||||
class MsgidsThread(Thread):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue