9 Mar
2005
9 Mar
'05
12:48 a.m.
On Tue, 08 Mar 2005 10:45:21 -0500, Itamar Shtull-Trauring <itamar@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