Skip to content

Commit

Permalink
Merge pull request #6521 from cimarronm/issue_6429_fix
Browse files Browse the repository at this point in the history
Issue #6429 fix
  • Loading branch information
efiring committed Sep 16, 2016
2 parents 5e65908 + 1298bd7 commit eccc53a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_macosx.m
Original file line number Diff line number Diff line change
Expand Up @@ -1971,6 +1971,9 @@ - (void)launch:(NSNotification*)notification
CFMachPortRef port;
CFRunLoopSourceRef source;
NSDictionary* dictionary = [notification userInfo];
if (! [[dictionary valueForKey:@"NSApplicationName"]
isEqualToString:@"Python"])
return;
NSNumber* psnLow = [dictionary valueForKey: @"NSApplicationProcessSerialNumberLow"];
NSNumber* psnHigh = [dictionary valueForKey: @"NSApplicationProcessSerialNumberHigh"];
ProcessSerialNumber psn;
Expand Down

0 comments on commit eccc53a

Please sign in to comment.