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.

Author pitrou
Recipients giampaolo.rodola, janssen, pitrou
Date 2010-04-24.20:47:45
SpamBayes Score 3.5919575e-07
Marked as misclassified No
Message-id <1272142067.91.0.0552245215724.issue8524@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.x, SSL sockets are created by dup()ing the original socket and then closing it. No attempt is made to conserve the socket's characteristics, such as the timeout and probably other flags.

I understand that it may be too late to change the design decision of using dup() and closing the original, but perhaps we should make a best effort to retain the original socket's characteristics. Or perhaps this limitation should be clearly documented (since especially 2.x works differently).
History
Date User Action Args
2010-04-24 20:47:48pitrousetrecipients: + pitrou, janssen, giampaolo.rodola
2010-04-24 20:47:47pitrousetmessageid: <1272142067.91.0.0552245215724.issue8524@psf.upfronthosting.co.za>
2010-04-24 20:47:46pitroulinkissue8524 messages
2010-04-24 20:47:45pitroucreate