Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ensure GIL while releasing buffer#27290

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 1 commit intomatplotlib:mainfromksunden:macos_segfault
Nov 9, 2023

Conversation

ksunden
Copy link
Member

PR summary

This ensures the GIL is held while freeing the renderer buffer.

Fixes#27262

This became problematic in 3.12, but was likelypossible in earlier python versions.

This method is handed to Obj-C code to call upon releasing, which we therefore do notfully control.

PR checklist

@QuLogicQuLogic added this to thev3.8.2 milestoneNov 8, 2023
@tacaswelltacaswell added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelNov 9, 2023
@tacaswelltacaswell merged commitf4ca1ea intomatplotlib:mainNov 9, 2023
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestNov 9, 2023
tacaswell added a commit that referenced this pull requestNov 9, 2023
…290-on-v3.8.xBackport PR#27290 on branch v3.8.x (Ensure GIL while releasing buffer)
@QuLogic
Copy link
Member

@meeseeksdev backport to v3.7.x

meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestNov 15, 2023
@QuLogicQuLogic modified the milestones:v3.8.2,v3.7.4Nov 15, 2023
QuLogic added a commit that referenced this pull requestNov 17, 2023
…290-on-v3.7.xBackport PR#27290 on branch v3.7.x (Ensure GIL while releasing buffer)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tacaswelltacaswelltacaswell approved these changes

@QuLogicQuLogicQuLogic approved these changes

Assignees
No one assigned
Labels
GUI: MacOSXRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Milestone
v3.7.4
Development

Successfully merging this pull request may close these issues.

[Bug]: Segmentation fault when resizing on Python 3.12 and MacOS 14
3 participants
@ksunden@QuLogic@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp