[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-19 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset ce62df22f3bf by Victor Stinner in branch '3.5': Py_FatalError: disable faulthandler earlier https://hg.python.org/cpython/rev/ce62df22f3bf -- ___ Python tracker __

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-19 Thread STINNER Victor
STINNER Victor added the comment: Reopen. I found and fixed two bugs in os and _overlapped modules (_overlapped is used by asyncio on Windows). -- resolution: fixed -> status: closed -> open ___ Python tracker __

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b4f173f0690 by Victor Stinner in branch 'default': faulthandler now works in non-Python threads https://hg.python.org/cpython/rev/5b4f173f0690 New changeset d6d64168ee8c by Victor Stinner in branch 'default': Py_FatalError: disable faulthandler ear

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 73d8adc0d5ea by Victor Stinner in branch '3.5': Fix usage of PyMem_Malloc() in overlapped.c https://hg.python.org/cpython/rev/73d8adc0d5ea -- ___ Python tracker __

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 959e58cfbde9 by Victor Stinner in branch 'default': Fix usage of PyMem_Malloc() in overlapped.c https://hg.python.org/cpython/rev/959e58cfbde9 -- ___ Python tracker __

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-18 Thread STINNER Victor
STINNER Victor added the comment: Hum ok, all buildbots look to be happy again :-) I close the issue (again). -- ___ Python tracker ___ __

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ae76a1046bb9 by Victor Stinner in branch 'default': Fix usage of PyMem_Malloc() in os.stat() https://hg.python.org/cpython/rev/ae76a1046bb9 -- ___ Python tracker _

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7b079adb0774 by Victor Stinner in branch 'default': Enhance documentation on malloc debug hooks https://hg.python.org/cpython/rev/7b079adb0774 -- ___ Python tracker __

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-16 Thread STINNER Victor
STINNER Victor added the comment: I pushed the patch (I added an unit test). If too many users complain, we can revert the change since it's now a small change. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 58644086c195 by Victor Stinner in branch 'default': Fail if PyMem_Malloc() is called without holding the GIL https://hg.python.org/cpython/rev/58644086c195 -- nosy: +python-dev ___ Python tracker

[issue26563] PyMem_Malloc(): check that the GIL is hold in debug hooks

2016-03-14 Thread STINNER Victor
Changes by STINNER Victor : -- title: PyMem_Malloc(): check that the GIL is held in debug hooks -> PyMem_Malloc(): check that the GIL is hold in debug hooks ___ Python tracker _