Re: [pypy-dev] Problem with cgi module and pypy handling POST request

2018-03-26 Thread Matti Picus
On 27/03/18 00:00, Etienne Robillard wrote: Le 2018-03-26 à 13:55, Matti Picus a écrit : On 26/03/18 18:33, Etienne Robillard wrote: The output is:

Re: [pypy-dev] Problem with cgi module and pypy handling POST request

2018-03-26 Thread Etienne Robillard
Le 2018-03-26 à 13:55, Matti Picus a écrit : On 26/03/18 18:33, Etienne Robillard wrote: The output is: 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 th

Re: [pypy-dev] Problem with cgi module and pypy handling POST request

2018-03-26 Thread Matti Picus
On 26/03/18 18:33, Etienne Robillard wrote: The output is: I also managed to fix this issue by removing the "1<<16" parameter in self.fp.readline(). Regards, Etienne

Re: [pypy-dev] Problem with cgi module and pypy handling POST request

2018-03-26 Thread Etienne Robillard
The output is: I also managed to fix this issue by removing the "1<<16" parameter in self.fp.readline(). Regards, Etienne Le 2018-03-26 à 11:04, Matti Picus a écrit : On 26/03/18 16:55, Etienne Robillard wrote: Hi, I got the following error playing with pypy 5.9.0 under my linux32

Re: [pypy-dev] Problem with cgi module and pypy handling POST request

2018-03-26 Thread Matti Picus
On 26/03/18 16:55, Etienne Robillard wrote: Hi, I got the following error playing with pypy 5.9.0 under my linux32 development server: Traceback (most recent call last):   File "/home/erob/src/django-hotsauce-0.9.1/lib/