vterron / lemon

Differential photometry for humans (and astronomers)
64 stars 21 forks source link

Prevent negative/oversize queue size #103

Closed dchecks closed 5 years ago

dchecks commented 6 years ago

Reorders calls to Queue's superclass so exceptions thrown by no_wait/timeouts will not leave an incorrect size reported by qsize()

vterron commented 5 years ago

I added the remaining tests in c95b3b01752cb6. Thanks again!