mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard
This fixes both Python Launchar and the terminalcommand module.
This commit is contained in:
parent
6780a9dd9f
commit
f2ef92cee7
4 changed files with 45 additions and 103 deletions
|
|
@ -121,8 +121,8 @@
|
|||
return YES;
|
||||
} else {
|
||||
[self run];
|
||||
[self close];
|
||||
return NO;
|
||||
[self performSelector:@selector(close) withObject:nil afterDelay:0.0];
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue