mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
give the threading API PEP 8 names
This commit is contained in:
parent
32c2e41c82
commit
0fbcf69455
20 changed files with 127 additions and 126 deletions
|
@ -107,7 +107,7 @@ class ThreadableTest:
|
|||
self.clientRun, (test_method,))
|
||||
|
||||
self.__setUp()
|
||||
if not self.server_ready.isSet():
|
||||
if not self.server_ready.is_set():
|
||||
self.server_ready.set()
|
||||
self.client_ready.wait()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue