Message 288206 - Python tracker
Message288206
| Author | vstinner |
|---|---|
| Recipients | alecsandru.patrascu, catalin.manciu, florin.papa, methane, terry.reedy, vstinner |
| Date | 2017-02-20.14:11:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1487599864.42.0.572462160196.issue26382@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FYI the Python 3.6 change in PyMem_Malloc() required to implement a new complex check on the GIL. Search for "PyMem_Malloc() now fails if the GIL is not held" in my following blog post: https://haypo.github.io/contrib-cpython-2016q1.html Requiring that the GIL is held is a backward incompatible change. I suggest to run your code with PYTHONMALLOC=debug on Python 3.6 ;-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-20 14:11:04 | vstinner | set | recipients: + vstinner, terry.reedy, methane, alecsandru.patrascu, florin.papa, catalin.manciu |
| 2017-02-20 14:11:04 | vstinner | set | messageid: <1487599864.42.0.572462160196.issue26382@psf.upfronthosting.co.za> |
| 2017-02-20 14:11:04 | vstinner | link | issue26382 messages |
| 2017-02-20 14:11:04 | vstinner | create | |