Message 278637 - Python tracker
Message278637
| Author | arigo |
|---|---|
| Recipients | arigo, fdrake, serhiy.storchaka |
| Date | 2016-10-14.07:57:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1476431842.37.0.109626227385.issue28427@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'll admit I don't know how to properly fix this issue. What I came up with so far would need an atomic compare_and_delete operation on the dictionary self.data, so that we can do atomically:
+ elif self.data[wr.key] is wr:
del self.data[wr.key] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-10-14 07:57:22 | arigo | set | recipients: + arigo, fdrake, serhiy.storchaka |
| 2016-10-14 07:57:22 | arigo | set | messageid: <1476431842.37.0.109626227385.issue28427@psf.upfronthosting.co.za> |
| 2016-10-14 07:57:22 | arigo | link | issue28427 messages |
| 2016-10-14 07:57:21 | arigo | create | |