mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -496,6 +496,7 @@ class BZ2FileTest(BaseTest):
|
|||
else:
|
||||
self.fail("1/0 didn't raise an exception")
|
||||
|
||||
@threading_helper.requires_working_threading()
|
||||
def testThreading(self):
|
||||
# Issue #7205: Using a BZ2File from several threads shouldn't deadlock.
|
||||
data = b"1" * 2**20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue