[Twisted-Python] Re: [Twisted-commits] r13090 - Use ThreadedResolver instead of BlockingResolver by default - the thread import issue is moot, PyOpenSSL imports thread unconditionally.

William Waites ww at groovy.net
Tue Mar 8 14:52:28 EST 2005


On Tue, Mar 08, 2005 at 07:18:35PM +0000, Jp Calderone wrote:
> On Tue, 08 Mar 2005 10:45:21 -0500, Itamar Shtull-Trauring <itamar at itamarst.org> wrote:
> > 
> > Not true. Some BSDs don't do threading in Python, and we need to support
> > them. Remember, the pyOpenSSL support is optional. The fact pyOpenSSL
> > does the import unconditionally is a bug.
> > 
> 
>   I don't have access to a platform without threading support. 
> There isn't even a buildslave running on one.  If someone sets
> that up, I'll fix failures it reports.

NetBSD earlier than (and including) 1.6.2 lacked threading
support (except for the pth userspace cooperative threading)

Unfortunately all of my NetBSD boxes have are now running
2.0/2.0.1/-current, so I don't have one you can use to build.

-w




More information about the Twisted-Python mailing list