We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8b642 commit 40b0e3cCopy full SHA for 40b0e3c
cpython-unix/build-main.py
@@ -182,8 +182,7 @@ def main():
182
# because we can get some speedup from parallel operations. But we also don't
183
# share a make job server with each build. So if we didn't limit the
184
# parallelism we could easily oversaturate the CPU. Higher levels of
185
-
186
-:
+ # TODO(geofft)
187
# a long, serial dependency chain that can't be built in parallel.
188
parallelism = min(1 if args.serial else 4, multiprocessing.cpu_count())
189
0 commit comments