Closed
Description
One bottleneck for development is a lack of ability for parallel compilation - which is something that's true for all extension code (I think this is due to a limitation in distutils / setuptools / etc). I know I'm not alone in having tried to do this before, but I just came across this SO post suggesting a way to monkeypatch distutils into submission for this purpose, so perhaps someone's feeling optimistic and wants to give this another stab?