Message334059
| Author | serhiy.storchaka |
|---|---|
| Recipients | rhettinger, serhiy.storchaka |
| Date | 2019-01-19.11:34:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547897672.86.0.0252155545235.issue35780@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Operations with the linked list are atomic (guarded with the GIL), while operations with the cache dict are not. That is why links are removed first from the linked list and added back in case of error. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-19 11:34:34 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger |
| 2019-01-19 11:34:32 | serhiy.storchaka | set | messageid: <1547897672.86.0.0252155545235.issue35780@roundup.psfhosted.org> |
| 2019-01-19 11:34:32 | serhiy.storchaka | link | issue35780 messages |
| 2019-01-19 11:34:32 | serhiy.storchaka | create | |