Message 330958 - Python tracker
Message330958
| Author | vstinner |
|---|---|
| Recipients | gregory.p.smith, vstinner |
| Date | 2018-12-03.16:45:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543855517.53.0.788709270274.issue35368@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
According to bpo-31473, the debug hook on PyMem_Malloc() is not thread-safe: 'serialno' variable is not protected by any lock and it's not atomic. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-03 16:45:17 | vstinner | set | recipients: + vstinner, gregory.p.smith |
| 2018-12-03 16:45:17 | vstinner | set | messageid: <1543855517.53.0.788709270274.issue35368@psf.upfronthosting.co.za> |
| 2018-12-03 16:45:17 | vstinner | link | issue35368 messages |
| 2018-12-03 16:45:17 | vstinner | create | |