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 fd7eeeb

Browse filesBrowse files
committed
Merge pull request #6521 from cimarronm/issue_6429_fix
Issue #6429 fix
1 parent 07c8506 commit fd7eeeb
Copy full SHA for fd7eeeb

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-0
lines changed

‎src/_macosx.m

Copy file name to clipboardExpand all lines: src/_macosx.m
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,6 +1972,9 @@ - (void)launch:(NSNotification*)notification
19721972
CFMachPortRef port;
19731973
CFRunLoopSourceRef source;
19741974
NSDictionary* dictionary = [notification userInfo];
1975+
if (! [[dictionary valueForKey:@"NSApplicationName"]
1976+
isEqualToString:@"Python"])
1977+
return;
19751978
NSNumber* psnLow = [dictionary valueForKey: @"NSApplicationProcessSerialNumberLow"];
19761979
NSNumber* psnHigh = [dictionary valueForKey: @"NSApplicationProcessSerialNumberHigh"];
19771980
ProcessSerialNumber psn;

0 commit comments

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