On 26/03/18 18:33, Etienne Robillard wrote:

The output is: <wsgiref.validate.InputWrapper instance at 0xb3e1c784>


I also managed to fix this issue by removing the "1<<16" parameter in self.fp.readline().


Regards,


Etienne



This would fail in the same way on Cpython 2, it is a "feature" of that method.
In both PyPy and CPython, the interface was changed for python3 to accept a size parameter.

Matti
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to