Skip to content
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

Always explicitly shutdown executors (Cherry-pick of #18216) #18218

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

stuhood
Copy link
Member

@stuhood stuhood commented Feb 9, 2023

Always explicitly shutdown executors, to avoid them being dropped on arbitrary threads (including under the GIL).

Fixes #18211.

Always explicitly shutdown executors, to avoid them being dropped on arbitrary threads (including under the GIL).

Fixes pantsbuild#18211.
@stuhood stuhood added the category:bugfix Bug fixes for released features label Feb 9, 2023
@stuhood stuhood requested review from benjyw and jsirois February 9, 2023 20:39
@stuhood stuhood merged commit 6889fef into pantsbuild:2.15.x Feb 9, 2023
@stuhood stuhood deleted the cherry-pick-18216-to-2.15.x branch February 9, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants