Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
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 thisSO 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?