Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e375b3f

Browse files
committed
use PyMac_Yield() instead of PyMac_Idle()
1 parent a4007eb commit e375b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Modules/ae/aesupport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def passInput(self, name):
106106
107107
static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn)
108108
{
109-
(void) PyMac_Idle();
109+
PyMac_Yield();
110110
return 0;
111111
}
112112

0 commit comments

Comments
 (0)