Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a35ef commit 1298bd7Copy full SHA for 1298bd7
src/_macosx.m
@@ -1971,6 +1971,9 @@ - (void)launch:(NSNotification*)notification
1971
CFMachPortRef port;
1972
CFRunLoopSourceRef source;
1973
NSDictionary* dictionary = [notification userInfo];
1974
+ if (! [[dictionary valueForKey:@"NSApplicationName"]
1975
+ isEqualToString:@"Python"])
1976
+ return;
1977
NSNumber* psnLow = [dictionary valueForKey: @"NSApplicationProcessSerialNumberLow"];
1978
NSNumber* psnHigh = [dictionary valueForKey: @"NSApplicationProcessSerialNumberHigh"];
1979
ProcessSerialNumber psn;
0 commit comments