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.
2 parents 5e65908 + 1298bd7 commit eccc53aCopy full SHA for eccc53a
1 file changed
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