2.38.7
- Fix for
multiprocessing.cpu_count()
on Windows and Python 2.7, under--isolated
mode. It was relying on aNUMBER_OF_PROCESSORS
environment variable that got excluded from the parent environment.
multiprocessing.cpu_count()
on Windows and Python 2.7, under --isolated
mode. It was relying on a NUMBER_OF_PROCESSORS
environment variable that got excluded from the parent environment.