kpn / py-timeexecution

Time Execution: record application metrics
https://pypi.org/project/timeexecution/
Apache License 2.0
12 stars 19 forks source link

FIX workaround TypeError in queue module #26

Closed sergray closed 8 years ago

sergray commented 8 years ago

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.

codecov-io commented 8 years ago

Current coverage is 100% (diff: 100%)

Merging #26 into master will not change coverage

@@           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