This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:04vstinnersetrecipients: + vstinner, terry.reedy, methane, alecsandru.patrascu, florin.papa, catalin.manciu
2017-02-20 14:11:04vstinnersetmessageid: <1487599864.42.0.572462160196.issue26382@psf.upfronthosting.co.za>
2017-02-20 14:11:04vstinnerlinkissue26382 messages
2017-02-20 14:11:04vstinnercreate