[issue1978] Python(2.5.1) will be crashed when i use _ssl module in multi-threads environment in linux.

Bill Janssen report at bugs.python.org
Thu Jan 31 03:48:50 CET 2008


Bill Janssen added the comment:

Thanks for the patch.

I'm of two minds about this.  It may well be an appropriate patch for
2.5.2 -- I seem to recall having to do something much like this in the
new SSL module -- but it patches the old SSL code which we are replacing
for 2.6.  And I'd recommend downloading and using the new SSL code from
PyPI with pre-2.6 Pythons instead of using the supplied support.  I'd
think, at the very least, this patch should include additions to the
test suite for socket_ssl before it's included.

----------
nosy: +tiran
priority: high -> low

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1978>
__________________________________


More information about the Python-bugs-list mailing list