New issue 2531: parallel requests in threads: segmentation fault
https://bitbucket.org/pypy/pypy/issues/2531/parallel-requests-in-threads-segmentation

Serge G:

I use 
[`concurrent.futures.ThreadPoolExecutor`](https://docs.python.org/3/library/concurrent.futures.html)
 trying send post requests with 
[`requests`](http://docs.python-requests.org/en/master/) library. When there is 
only worker, everything works good. Also everything is ok with cpython. But 
when I try run script with pypy and set 2 and more workers, I get 
**Segmentation fault** shortly after script starting.

`Python 2.7.13 (fa3249d55d15b9829e1be69cdf45b5a44cec902d, Mar 21 2017, 
11:06:49)`
`[PyPy 5.7.0 with GCC 4.8.3 20140911 (Red Hat 4.8.3-9)`

Probably this is known limitation? I also unable run concurrent requests via 
eventlet library (receiving *ChunkedEncodingError Connection broken: Bad file 
descriptor*).


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

Reply via email to