[Python-Dev] working with Python threads from C extension module?

Bill Janssen janssen at parc.com
Sat Sep 8 01:31:06 CEST 2007


> So what happens when someone loads the _ssl module, initializes the
> threads, and tries to use SSL?  It's going to start failing again.  I

Which turns out to be exactly what test_ssl.py does.  I'm tempted
to have the _ssl module call PyEval_InitThreads().  Would that be kosher?

Bill


More information about the Python-Dev mailing list