[Twisted-Python] Re: [Twisted-commits] r13090 - Use ThreadedResolver instead of BlockingResolver by default - the thread import issue is moot, PyOpenSSL imports thread unconditionally.
Itamar Shtull-Trauring
itamar at itamarst.org
Tue Mar 8 08:45:21 MST 2005
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.
More information about the Twisted-Python
mailing list