mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being.
This commit is contained in:
parent
6ba34aa07f
commit
264630e855
1 changed files with 2 additions and 2 deletions
|
@ -544,7 +544,7 @@ Py_Main(argc, argv)
|
||||||
void
|
void
|
||||||
PyMac_OutputSeen()
|
PyMac_OutputSeen()
|
||||||
{
|
{
|
||||||
#ifdef USE_GUSI
|
#if defined(USE_GUSI) && !TARGET_API_MAC_CARBON_NOTYET
|
||||||
gusisioux_state = GUSISIOUX_STATE_LASTREAD;
|
gusisioux_state = GUSISIOUX_STATE_LASTREAD;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -569,7 +569,7 @@ PyMac_Exit(status)
|
||||||
keep = 0;
|
keep = 0;
|
||||||
break;
|
break;
|
||||||
case POPT_KEEPCONSOLE_OUTPUT:
|
case POPT_KEEPCONSOLE_OUTPUT:
|
||||||
#ifdef USE_GUSI
|
#if defined(USE_GUSI) && !TARGET_API_MAC_CARBON_NOTYET
|
||||||
if (gusisioux_state == GUSISIOUX_STATE_LASTWRITE ||
|
if (gusisioux_state == GUSISIOUX_STATE_LASTWRITE ||
|
||||||
gusisioux_state == GUSISIOUX_STATE_UNKNOWN )
|
gusisioux_state == GUSISIOUX_STATE_UNKNOWN )
|
||||||
keep = 1;
|
keep = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue