Message 330833 - Python tracker
Message330833
| Author | vstinner |
|---|---|
| Recipients | gregory.p.smith, vstinner |
| Date | 2018-11-30.23:07:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543619268.28.0.788709270274.issue35368@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
While fixing bpo-33015, I discovered that PyMem_Malloc() isn't thread-safe when Python is compiled in debug mode: https://bugs.python.org/issue33015#msg330806 I wrote PR 10828 to make PyMem_Malloc() thread-safe when Python is compiled in debug mode. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-30 23:07:48 | vstinner | set | recipients: + vstinner, gregory.p.smith |
| 2018-11-30 23:07:48 | vstinner | set | messageid: <1543619268.28.0.788709270274.issue35368@psf.upfronthosting.co.za> |
| 2018-11-30 23:07:48 | vstinner | link | issue35368 messages |
| 2018-11-30 23:07:48 | vstinner | create | |