commit | 903a3e8d67b61594c0fa17fb201769ca924b38f8 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Nov 23 09:41:54 2018 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 23 09:41:54 2018 -0800 |
tree | 2cb001be221091ed6c1494169fec9322be61ced0 | |
parent | 01e579949ab546cd4cdd0d6d18e3ef41ce94f46e [diff] |
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) Importing ProcessPoolExecutor may hang or cause an error when the import accesses urandom on a low resource platform https://bugs.python.org/issue29877 (cherry picked from commit 1d817e4c8259f49602eefe9729743f6d9d748e8d) Co-authored-by: Dustin Spicuzza <dustin@virtualroadside.com>