March 8, 2005
3:45 p.m.
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.