Message78909
| Author | ebfe |
|---|---|
| Recipients | ebfe, gps, gregory.p.smith, pitrou, vstinner |
| Date | 2009-01-03.00:32:10 |
| SpamBayes Score | 0.11116227 |
| Marked as misclassified | No |
| Message-id | <1230942731.86.0.427818216077.issue4751@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
haypo, the patch will not compile when WITH_THREADS is not defined. The 'lock'-member in the object structure is not present without WITH_THREADS however the line 'if (self->lock == NULL && view.len >= HASHLIB_GIL_MINSIZE)' will always refer to it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-03 00:32:11 | ebfe | set | recipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps |
| 2009-01-03 00:32:11 | ebfe | set | messageid: <1230942731.86.0.427818216077.issue4751@psf.upfronthosting.co.za> |
| 2009-01-03 00:32:11 | ebfe | link | issue4751 messages |
| 2009-01-03 00:32:10 | ebfe | create | |