Message79087
| Author | ebfe |
|---|---|
| Recipients | ebfe, gps, gregory.p.smith, pitrou, vstinner |
| Date | 2009-01-04.22:25:01 |
| SpamBayes Score | 0.05564725 |
| Marked as misclassified | No |
| Message-id | <1231107907.08.0.993374442892.issue4751@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've modified haypo's patch as commented. The object's lock should be free 99.9% of the time so we try non-blocking first and can thereby skip releasing and re-locking the gil (to avoid a deadlock). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-04 22:25:07 | ebfe | set | recipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps |
| 2009-01-04 22:25:07 | ebfe | set | messageid: <1231107907.08.0.993374442892.issue4751@psf.upfronthosting.co.za> |
| 2009-01-04 22:25:04 | ebfe | link | issue4751 messages |
| 2009-01-04 22:25:03 | ebfe | create | |