John Goerzen
fe57342448
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.
OfflineIMAP Copyright (C) 2002 - 2006 John Goerzen <jgoerzen@complete.org> This software comes with ABSOLUTELY NO WARRANTY; see the file COPYING for details. This is free software, and you are welcome to distribute it under the conditions laid out in COPYING. http://software.complete.org/offlineimap/ Please see manual.txt; the information previously in README has been moved there.
Description
Languages
Python
97.1%
Shell
2.3%
Makefile
0.4%
Dockerfile
0.2%