Re: [Twisted-Python] Twisted on PyPy

2011-11-21 Thread exarkun
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

Re: [Twisted-Python] Twisted on PyPy

2011-11-21 Thread gelin yan
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. >

Re: [Twisted-Python] Twisted on PyPy

2011-11-21 Thread Laurens Van Houtven
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

[Twisted-Python] Twisted on PyPy

2011-11-21 Thread Reza Lotun
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