klein icon indicating copy to clipboard operation
klein copied to clipboard

NOT_DONE_YET comparison warning

Open arnimarj opened this issue 6 years ago • 0 comments

It seems that https://github.com/twisted/klein/blob/master/src/klein/_resource.py#L278 is doing a value comparison with NOT_DONE_YET, similarly to twisted.web in https://twistedmatrix.com/trac/ticket/9597

I get these warning regularly: BytesWarning: Comparison between bytes and int when running in bytes-warning mode (-b)

arnimarj avatar Oct 04 '19 14:10 arnimarj