Skip to content

Commit 40b0e3c

Browse files
authored
Update build-main.py
idk what I did, will fix later
1 parent 4a8b642 commit 40b0e3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpython-unix/build-main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ def main():
182182
# because we can get some speedup from parallel operations. But we also don't
183183
# share a make job server with each build. So if we didn't limit the
184184
# parallelism we could easily oversaturate the CPU. Higher levels of
185-
186-
:
185+
# TODO(geofft)
187186
# a long, serial dependency chain that can't be built in parallel.
188187
parallelism = min(1 if args.serial else 4, multiprocessing.cpu_count())
189188

0 commit comments

Comments
 (0)