[Twisted-Python] Re: [Twisted-commits] r13090 - Use ThreadedResolver instead of BlockingResolver by default - the thread import issue is moot, PyOpenSSL imports thread unconditionally.
Jp Calderone
exarkun at divmod.com
Tue Mar 8 12:18:35 MST 2005
On Tue, 08 Mar 2005 10:45:21 -0500, Itamar Shtull-Trauring <itamar at itamarst.org> wrote:
>On Mon, 2005-03-07 at 22:31 -0700, Jp Calderone wrote:
>
> > Use ThreadedResolver instead of BlockingResolver by default - the thread import issue is moot, PyOpenSSL imports thread unconditionally.
>
> 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.
Jp
More information about the Twisted-Python
mailing list