Skip to content

[3.9] bpo-46787: Fix ProcessPoolExecutor exception memory leak (GH-31408) (GH-31408) #92188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2022

Conversation

miss-islington
Copy link
Contributor

Do not store ProcessPoolExecutor work item exception traceback that prevents
exception frame locals from being garbage collected.
(cherry picked from commit 9c204b1)

Co-authored-by: themylogin [email protected]

…31408) (pythonGH-31408)

Do not store `ProcessPoolExecutor` work item exception traceback that prevents
exception frame locals from being garbage collected.
(cherry picked from commit 9c204b1)

Co-authored-by: themylogin <[email protected]>
@miss-islington
Copy link
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Contributor Author

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

@miss-islington
Copy link
Contributor Author

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

@miss-islington
Copy link
Contributor Author

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

@miss-islington miss-islington merged commit 51b885a into python:3.9 May 2, 2022
@miss-islington miss-islington deleted the backport-9c204b1-3.9 branch May 2, 2022 22:51
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.

4 participants