mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
fix more threading API related bugs
This commit is contained in:
parent
2d9a086410
commit
b03ca4bc68
9 changed files with 27 additions and 27 deletions
|
|
@ -63,7 +63,7 @@ class ThreadedTempFileTest(unittest.TestCase):
|
|||
t.join()
|
||||
ok += t.ok_count
|
||||
if t.error_count:
|
||||
errors.append(str(t.getName()) + str(t.errors.getvalue()))
|
||||
errors.append(str(t.get_name()) + str(t.errors.getvalue()))
|
||||
|
||||
threading_cleanup(*thread_info)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue