[Twisted-Python] Python 3

Glyph Lefkowitz glyph at twistedmatrix.com
Tue Sep 21 18:31:37 EDT 2010


On Sep 21, 2010, at 5:43 PM, Laurens Van Houtven wrote:

> 64 bit vs 32 bit shouldn't be a problem since Twisted is just Python.

That's not accurate at all, since there are lots of places that Python can be broken (the struct module, in particular) with respect to 64-bit.  Plus, Twisted has a little bit of C code here and there.

Luckily, we have 64-bit supported buildbots, so we don't have any of those problems :).  See <http://buildbot.twistedmatrix.com/boxes-supported?branch=trunk>.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20100921/d1ec1265/attachment.htm 


More information about the Twisted-Python mailing list