Re: [uWSGI] PyPy issue

2018-02-12 Thread Etienne Robillard
Hi Kryzsztof, Thank you for your kind reply. Yes, i'm running a 32-bit machine for development purpose. My patch is working for my simple use-case but i believe it is far from being perfect. However, i'm not exactly sure how to implement the proposed workaround. Any chances this is going

Re: [uWSGI] PyPy issue

2018-02-12 Thread Krzysztof Warzecha
I'm glad you got that working. That's a 32-bit system, isn't it? Looks like you got bit by this bug: https://github.com/unbit/uwsgi/issues/1129 On 9 February 2018 at 13:44, Etienne Robillard wrote: > OK. I got a working patch: > > for i in range(0, iov.iov_len, 1): >