Skip to content

[3.6] bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)#10687

Merged
miss-islington merged 1 commit intopython:3.6from
miss-islington:backport-1d817e4-3.6
Nov 23, 2018
Merged

[3.6] bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)#10687
miss-islington merged 1 commit intopython:3.6from
miss-islington:backport-1d817e4-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Nov 23, 2018

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 1d817e4)

Co-authored-by: Dustin Spicuzza dustin@virtualroadside.com

https://bugs.python.org/issue29877

…ythonGH-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 1d817e4)

Co-authored-by: Dustin Spicuzza <dustin@virtualroadside.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@virtuald: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 879f5f3 into python:3.6 Nov 23, 2018
@miss-islington miss-islington deleted the backport-1d817e4-3.6 branch November 23, 2018 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants