Closed sergray closed 8 years ago
@@ master #26 diff @@
===================================
Files 6 6
Lines 170 170
Methods 0 0
Messages 0 0
Branches 0 0
===================================
Hits 170 170
Misses 0 0
Partials 0 0
Powered by Codecov. Last update 88a1df9...a5767e0
TypeError is actually raised inside the queue library, when time module is not available anymore due to interpreter shutdown.
This is a workaround, while the proper fix should be changing daemonic thread to the normal one and implement a proper shutdown.