[Patches] [ python-Patches-575827 ] SSL release GIL

noreply@sourceforge.net noreply@sourceforge.net
Sun, 30 Jun 2002 22:15:10 -0700


Patches item #575827, was opened at 2002-07-01 07:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=575827&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Gerhard Häring (ghaering)
Assigned to: Nobody/Anonymous (nobody)
Summary: SSL release GIL

Initial Comment:
This is more or less a rewrite of parts of patch
#475045. It releases the GIL during the SSL operations
for opening a SSL socket. Currently the GIL is only
released during the read and write operations to a SSL
socket.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=575827&group_id=5470