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, gregory.p.smith, iElectric, janssen, jeffo, josiah.carlson, josiahcarlson, lgedgar, lszyba1, pitrou, qwavel, roberte, twhitema
Date 2009-11-17.20:31:21
SpamBayes Score 1.2480428e-06
Marked as misclassified No
Message-id <1258489896.3472.36.camel@localhost>
In-reply-to <1258488082.89.0.884738382915.issue2054@psf.upfronthosting.co.za>
Content
> Ok, I took a look and it seems ok to me but I still get some occasional 
> failures on Windows from time to time.
> Because of the threading nature of our server I suspect that moving 
> del_channel() before ssl.wrap_socket() call, like this:

Ok, thanks!

> ...makes more sense (ps: pay attention, it's "self.socket", not 
> "socket").

set_socket() sets self.socket, so it should be the same.

I'm going to commit on py3k and watch the buildbots a bit.
History
Date User Action Args
2009-11-17 20:31:22pitrousetrecipients: + pitrou, gregory.p.smith, josiahcarlson, janssen, giampaolo.rodola, josiah.carlson, roberte, iElectric, lszyba1, twhitema, jeffo, qwavel, lgedgar
2009-11-17 20:31:21pitroulinkissue2054 messages
2009-11-17 20:31:21pitroucreate