tags 493801 pending
thanks

A commit relevant to this bug has occurred.

commit fe57342448dd72231f94a6d8de12795376a65a63
Author: John Goerzen <[EMAIL PROTECTED]>
Date:   Tue Aug 5 00:05:29 2008 -0500

    Yet another Python threading workaround.
    
    module threading should be taken out back and shot.
    
    Condition.wait() is a busywait loop that has negative implications for
    battery consumption on laptops.
    
    Queue.get() in blocking mode blocks SIGINT from being delivered.
    
    Argh, argh, argh.
    
    Closes: #493801.

Diff: 
http://git.complete.org/offlineimap?a=commitdiff_plain;h=fe57342448dd72231f94a6d8de12795376a65a63

 offlineimap/threadutil.py |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

More details are available at:
    
http://git.complete.org/offlineimap?a=commit;h=fe57342448dd72231f94a6d8de12795376a65a63



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to