On 10:51 am, rlo...@gmail.com wrote:
>Hi All,
>
>I was just wondering if anyone is running (or has tested) their
>production
>stack of Twisted on PyPy. Since 1.7 has just been released, I'd like to
>play around with running our unit tests and running a production test
>at
>some point.
PyPy testi
If pypy doesn't work well with cython, it implies we can't use iocp for
that.
On Mon, Nov 21, 2011 at 6:57 PM, Laurens Van Houtven <_...@lvh.cc> wrote:
> I tried once, and then I submitted a ticket, because a Cython extension
> was preventing a complete install.
>
I tried once, and then I submitted a ticket, because a Cython extension was
preventing a complete install.
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Hi All,
I was just wondering if anyone is running (or has tested) their production
stack of Twisted on PyPy. Since 1.7 has just been released, I'd like to
play around with running our unit tests and running a production test at
some point.
One concern I have is support for pyOpenSSL on PyPy. Acco