pnpnpn / timeout-decorator

Timeout decorator for Python
MIT License
628 stars 94 forks source link

Use timeout parameter of queue.get() #24

Closed zqy2084 closed 7 years ago

zqy2084 commented 8 years ago

No need to create a time counting method unless there is any special need.

pnpnpn commented 8 years ago

looks good. Can you fix the pep8?

zqy2084 commented 8 years ago

No sure how to fix pep8. I can pass the pep8 test only when i removed the blank line at the end of the file. I'm using vim on debain 8.

leviable commented 7 years ago

The above failures in Travis-CI are because the installed version of virtualenv does not support Python 3.2.