mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
Fix obvious typo in threaded test.
This commit is contained in:
parent
d544df7ddd
commit
b3e6e8c895
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ class DecimalUseOfContextTest(unittest.TestCase):
|
||||||
th2.start()
|
th2.start()
|
||||||
|
|
||||||
self.finish1.wait()
|
self.finish1.wait()
|
||||||
self.finish1.wait()
|
self.finish2.wait()
|
||||||
return
|
return
|
||||||
|
|
||||||
if threading is None:
|
if threading is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue