We do not use setuptools for anything, and only lightly use distutils. Unpredictable issues can occur due to setuptools monkey-patching, which interferes with our intended use. Tell setuptools to simply never get involved. Note: while it's otherwise possible to check if the probe is run using sys.executable and avoid forking, setuptools unconditionally injects itself at startup in a way that requires subprocess isolation to disable.pull/11133/head
parent
710a753c78
commit
9f610ad5b7
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue