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 b931402 commit d5a1d30Copy full SHA for d5a1d30
setup.py
@@ -22,7 +22,7 @@
22
from setuptools import Extension, setup
23
from setuptools.command.build_ext import build_ext
24
25
-ParallelCompile("MAX_CONCURRENCY", default=0).install()
+ParallelCompile("MAX_CONCURRENCY").install()
26
27
28
def get_version() -> str:
0 commit comments