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-05-24.21:00:03
SpamBayes Score 0.05127799
Marked as misclassified No
Message-id <1274734799.3200.13.camel@localhost.localdomain>
In-reply-to <1274732585.01.0.990936876077.issue8806@psf.upfronthosting.co.za>
Content
> Patch in attachment.

You could add checks for:

    self.assertIs(self.client.sock.context, ctx)
[...]
    self.assertIs(sock.context, ctx)

(I know, the "context" attribute isn't documented, I'm going to fix
this)
History
Date User Action Args
2010-05-24 21:00:04pitrousetrecipients: + pitrou, janssen, giampaolo.rodola
2010-05-24 21:00:03pitroulinkissue8806 messages
2010-05-24 21:00:03pitroucreate