Message71625
| Author | vstinner |
|---|---|
| Recipients | gregory.p.smith, pitrou, vstinner |
| Date | 2008-08-21.11:36:26 |
| SpamBayes Score | 0.013376027 |
| Marked as misclassified | No |
| Message-id | <1219318589.16.0.526735554317.issue3618@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
So if we consider that RLock is fast enough (see my C version of RLokc in #3001), we can use RLock instead of Lock to avoid this issue. Here is a patch to use RLock and also including an unit test of this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-21 11:36:29 | vstinner | set | recipients: + vstinner, gregory.p.smith, pitrou |
| 2008-08-21 11:36:29 | vstinner | set | messageid: <1219318589.16.0.526735554317.issue3618@psf.upfronthosting.co.za> |
| 2008-08-21 11:36:27 | vstinner | link | issue3618 messages |
| 2008-08-21 11:36:27 | vstinner | create | |