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.
2008-08-05 00:05:29 -05:00
..
2008-08-02 15:31:43 -05:00
2008-07-16 14:12:38 -05:00
2006-08-12 05:15:55 +01:00
2008-03-03 08:22:44 -06:00
2006-08-12 05:15:55 +01:00
2006-08-12 05:15:55 +01:00
2006-08-12 05:15:55 +01:00
2008-08-02 17:44:20 -05:00