Skip to content

Commit a2c537d

Browse files
authored
Update Lib/multiprocessing/resource_tracker.py
1 parent 544d02e commit a2c537d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/multiprocessing/resource_tracker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def _launch(self):
161161
fds_to_pass.append(sys.stderr.fileno())
162162
except Exception:
163163
pass
164-
cmd = 'from multiprocessing.resource_tracker import main;main(%d)'
165164
r, w = os.pipe()
166165
try:
167166
fds_to_pass.append(r)

0 commit comments

Comments
 (0)