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 amaury.forgeotdarc, kristjan.jonsson, pitrou
Date 2010-09-08.11:11:18
SpamBayes Score 0.006332944
Marked as misclassified No
Message-id <1283944281.59.0.280980525234.issue9797@psf.upfronthosting.co.za>
In-reply-to
Content
pystate.c assumes that when autoTLSkey is 0, it hasn't been created yet. However, some TLS implementations can return 0 as a valid key value. Lots of interesting things then happen.

Here is a patch.
History
Date User Action Args
2010-09-08 11:11:21pitrousetrecipients: + pitrou, amaury.forgeotdarc, kristjan.jonsson
2010-09-08 11:11:21pitrousetmessageid: <1283944281.59.0.280980525234.issue9797@psf.upfronthosting.co.za>
2010-09-08 11:11:19pitroulinkissue9797 messages
2010-09-08 11:11:19pitroucreate