Message 279380 - Python tracker
Message279380
| Author | serhiy.storchaka |
|---|---|
| Recipients | arigo, fdrake, serhiy.storchaka |
| Date | 2016-10-25.09:51:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1477389115.45.0.0148403266002.issue28427@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Following patch fixes more cases. But I don't think it fixes race conditions, it just makes them less likely. Increased priority because this bug makes weakref.WeakValueDictionary unusable in multithread program. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-10-25 09:51:55 | serhiy.storchaka | set | recipients: + serhiy.storchaka, fdrake, arigo |
| 2016-10-25 09:51:55 | serhiy.storchaka | set | messageid: <1477389115.45.0.0148403266002.issue28427@psf.upfronthosting.co.za> |
| 2016-10-25 09:51:55 | serhiy.storchaka | link | issue28427 messages |
| 2016-10-25 09:51:54 | serhiy.storchaka | create | |