Threads in embedded interpreter doesn't run

Jeff Shannon jeff at ccvcorp.com
Tue Oct 19 20:51:25 EDT 2004


devrim.erdem at gmail.com wrote:

>Could anyone give me some hints to understand why the thread can not
>execute during my application loop.
>  
>

This is a complete shot in the dark, but is there any chance that your 
rendering loop is holding on to the Python GIL?  Doing so would prevent 
any (other) Python code from running for as long as the lock is held.

Jeff Shannon
Technician/Programmer
Credit International




More information about the Python-list mailing list