Browse Source

Fixed whitespace

pull/2332/head
Alexander Belopolsky 14 years ago
parent
commit
36351564a2
  1. 2
      Lib/multiprocessing/util.py

2
Lib/multiprocessing/util.py

@ -252,7 +252,7 @@ def _run_finalizers(minpriority=None):
# destroyed. See the _exit_function function in this module for more
# notes.
return
if minpriority is None:
f = lambda p : p[0][0] is not None
else:

Loading…
Cancel
Save