From e375b3f1e577a05e5ac826e02fdd99f732024c5a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 23 Mar 1995 10:41:41 +0000 Subject: use PyMac_Yield() instead of PyMac_Idle() --- Mac/Modules/ae/aesupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Modules/ae/aesupport.py b/Mac/Modules/ae/aesupport.py index 7c69f3e..a11e873 100644 --- a/Mac/Modules/ae/aesupport.py +++ b/Mac/Modules/ae/aesupport.py @@ -106,7 +106,7 @@ AEEventHandlerUPP upp_GenericEventHandler; static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn) { - (void) PyMac_Idle(); + PyMac_Yield(); return 0; } -- cgit v0.12