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

FIX: be careful about communicating with subprocess #27785

Merged
merged 1 commit into from Feb 14, 2024

Conversation

tacaswell
Copy link
Member

On windows on py312 we can not use .communicate during process shutdown because it internally uses Python threads which can no longer be created during interpreter shutdown.

Closes #27437

On windows on py312 we can not use `.communicate` during process shutdown
because it internally uses Python threads which can no longer be created during
interpreter shutdown.

Closes matplotlib#27437
@tacaswell tacaswell added this to the v3.8.3 milestone Feb 13, 2024
@greglucas greglucas merged commit c90234f into matplotlib:main Feb 14, 2024
44 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Feb 14, 2024
QuLogic added a commit that referenced this pull request Feb 14, 2024
…785-on-v3.8.x

Backport PR #27785 on branch v3.8.x (FIX: be careful about communicating with subprocess)
@tacaswell tacaswell deleted the fix/windows_pgf_shutdown branch February 14, 2024 15:31
QuLogic pushed a commit to QuLogic/matplotlib that referenced this pull request Feb 14, 2024
…utdown

FIX: be careful about communicating with subprocess
(cherry picked from commit c90234f)
@QuLogic QuLogic mentioned this pull request Feb 14, 2024
1 task
@QuLogic QuLogic modified the milestones: v3.8.3, v3.7.5 Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: PGF backend crashes at program exit after creating a plot
4 participants