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

FormatPlug binding : Fix GIL management bug #5956

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

johnhaddon
Copy link
Member

acquireDefaultFormatPlug() modifies the graph, and therefore must release the GIL to allow cancellation of background tasks requiring Python.

`acquireDefaultFormatPlug()` modifies the graph, and therefore must release the GIL to allow cancellation of background tasks requiring Python.
@johnhaddon johnhaddon requested a review from ericmehl July 11, 2024 13:54
@johnhaddon johnhaddon self-assigned this Jul 11, 2024
@johnhaddon johnhaddon changed the base branch from main to 1.4_maintenance July 11, 2024 13:55
Copy link
Collaborator

@ericmehl ericmehl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ericmehl ericmehl merged commit 6df201e into GafferHQ:1.4_maintenance Jul 11, 2024
5 checks passed
@johnhaddon johnhaddon deleted the formatPlugFix branch August 7, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants