]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
use PyMac_Yield() instead of PyMac_Idle()
authorGuido van Rossum <guido@python.org>
Thu, 23 Mar 1995 10:41:41 +0000 (10:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Mar 1995 10:41:41 +0000 (10:41 +0000)
Mac/Modules/ae/aesupport.py

index 7c69f3e062a70cd86488d2440011ec1bfeaf7c65..a11e873f8f52fd007be9a12273b488efe7d10a54 100644 (file)
@@ -106,7 +106,7 @@ AEEventHandlerUPP upp_GenericEventHandler;
 
 static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn)
 {
-       (void) PyMac_Idle();
+       PyMac_Yield();
        return 0;
 }