This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SSL release GIL
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: ghaering, loewis
Priority: normal Keywords: patch

Created on 2002-07-01 05:15 by ghaering, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py_ssl_lockbreak.dif ghaering, 2002-07-01 05:15
Messages (3)
msg40455 - (view) Author: Gerhard Häring (ghaering) * (Python committer) Date: 2002-07-01 05:15
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.
msg40456 - (view) Author: Gerhard Häring (ghaering) * (Python committer) Date: 2002-07-01 05:15
Logged In: YES 
user_id=163326

Randomly assigning to Martin, who proofread my previous patch.
msg40457 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-07-28 09:58
Logged In: YES 
user_id=21627

Thanks for the patch, applied as _ssl.c 1.7.
History
Date User Action Args
2022-04-10 16:05:28adminsetgithub: 36832
2002-07-01 05:15:10ghaeringcreate