##// END OF EJS Templates
never call Queue.get(block=True, timeout=None)...
never call Queue.get(block=True, timeout=None) get(block=True, timeout=None) is uninterruptible. Replacing this with timeout=1e6 is effectively forever, but respects interrupts.

File last commit:

r4187:3207b260
r4252:53d497b1
Show More
.gitignore
11 lines | 107 B | text/plain | TextLexer
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/gh-pages
*.py[co]
build
*.egg-info
*~
*.bak