Message 115858 - Python tracker
Message115858
| 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:21 | pitrou | set | recipients: + pitrou, amaury.forgeotdarc, kristjan.jonsson |
| 2010-09-08 11:11:21 | pitrou | set | messageid: <1283944281.59.0.280980525234.issue9797@psf.upfronthosting.co.za> |
| 2010-09-08 11:11:19 | pitrou | link | issue9797 messages |
| 2010-09-08 11:11:19 | pitrou | create | |