]> granicus.if.org Git - python/commit
Check the GIL in PyObject_Malloc()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 21:26:53 +0000 (22:26 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 21:26:53 +0000 (22:26 +0100)
commitc4aec3628b6effcf205d70ce7d80f69847954b66
tree4de61828675acb7bb697f2607672b4de7c23c0f6
parent8a1be61849341528c866924cf69d378ce7790889
Check the GIL in PyObject_Malloc()

Issue #26558: The debug hook of PyObject_Malloc() now checks that the GIL is
held when the function is called.
Doc/c-api/memory.rst
Doc/whatsnew/3.6.rst
Lib/test/test_capi.py
Misc/NEWS
Modules/_testcapimodule.c
Objects/obmalloc.c