mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Continue looking for "open doc" events even after "open app". This
allows you to debug the interpreter in non-interactive mode.
This commit is contained in:
parent
38e976665d
commit
dbe75ae1d3
1 changed files with 3 additions and 0 deletions
|
|
@ -199,7 +199,10 @@ static pascal OSErr
|
||||||
handle_open_app(AppleEvent *theAppleEvent, AppleEvent *reply, long refCon)
|
handle_open_app(AppleEvent *theAppleEvent, AppleEvent *reply, long refCon)
|
||||||
{
|
{
|
||||||
#pragma unused (reply, refCon)
|
#pragma unused (reply, refCon)
|
||||||
|
#if 0
|
||||||
|
/* Test by Jack: would removing this facilitate debugging? */
|
||||||
got_one = 1;
|
got_one = 1;
|
||||||
|
#endif
|
||||||
return get_missing_params(theAppleEvent);
|
return get_missing_params(theAppleEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue