mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +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()
|
||||
|
||||
self.finish1.wait()
|
||||
self.finish1.wait()
|
||||
self.finish2.wait()
|
||||
return
|
||||
|
||||
if threading is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue