Message10190
Logged In: YES
user_id=45365
Adding an optional time.sleep(0) to the mainloop should do the trick, but unfortunately this won't work with the current MacPython, as time.sleep() is implemented with select(). And while GUSI sleep(0) does the threadswitch sleect(..., 0) doesn't. So this needs to be fixed in timemodule, and then the thread switch can be forced in Framework.Application.mainloop(). |
|
Date |
User |
Action |
Args |
2007-08-23 14:00:25 | admin | link | issue539990 messages |
2007-08-23 14:00:25 | admin | create | |
|