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

Appearance settings

Commit 0f60fe6

Browse filesBrowse files
committed
Merge pull request #5304 from nils-werner/fix-macosx-threading
Prelimiary fix for Mac OSX backend threading issues
1 parent 921aa41 commit 0f60fe6
Copy full SHA for 0f60fe6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎src/_macosx.m

Copy file name to clipboardExpand all lines: src/_macosx.m
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6049,7 +6049,9 @@ - (int)index
60496049
[window orderFront:nil];
60506050
}
60516051
[pool release];
6052+
Py_BEGIN_ALLOW_THREADS
60526053
[NSApp run];
6054+
Py_END_ALLOW_THREADS
60536055
Py_INCREF(Py_None);
60546056
return Py_None;
60556057
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.