Skip to content

Commit 360ef28

Browse files
authored
Cleanup
1 parent cb4a63f commit 360ef28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/multiprocessing/connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,8 +1101,6 @@ def wait(object_list, timeout=None):
11011101
timeout = 0
11021102
else:
11031103
timeout = int(timeout * 1000 + 0.5)
1104-
1105-
object_list = list(object_list)
11061104
waithandle_to_obj = {}
11071105
ov_list = []
11081106
ready_objects = set()

0 commit comments

Comments
 (0)