mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
use PyMac_Yield() instead of PyMac_Idle()
This commit is contained in:
parent
a4007eb816
commit
e375b3f1e5
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ AEEventHandlerUPP upp_GenericEventHandler;
|
|||
|
||||
static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn)
|
||||
{
|
||||
(void) PyMac_Idle();
|
||||
PyMac_Yield();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue