[issue34377] Update valgrind suppressions

2018-08-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset fe62d3664431dcd01a4421256ff700f0daab4e3c by Benjamin Peterson (Miss Islington (bot)) in branch '3.6': closes bpo-34377: Update Valgrind suppressions. (GH-8734) https://github.com/python/cpython/commit/fe62d3664431dcd01a4421256ff700f0daab4e3c

[issue34377] Update valgrind suppressions

2018-08-11 Thread miss-islington
miss-islington added the comment: New changeset 39c1253bd12d253d8d6d009a1ee1c3729c5ebde4 by Miss Islington (bot) in branch '3.7': closes bpo-34377: Update Valgrind suppressions. (GH-8729) https://github.com/python/cpython/commit/39c1253bd12d253d8d6d009a1ee1c3729c5ebde4 -- nosy: +mis

[issue34377] Update valgrind suppressions

2018-08-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +8221 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34377] Update valgrind suppressions

2018-08-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +8220 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34377] Update valgrind suppressions

2018-08-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset db6075ab3aa44f69c13c4a169806d08596d25003 by Benjamin Peterson (Paul Price) in branch 'master': closes bpo-34377: Update Valgrind suppressions. (GH-8729) https://github.com/python/cpython/commit/db6075ab3aa44f69c13c4a169806d08596d25003 -

[issue34377] Update valgrind suppressions

2018-08-10 Thread Paul Price
Change by Paul Price : -- keywords: +patch pull_requests: +8213 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34377] Update valgrind suppressions

2018-08-10 Thread Paul Price
New submission from Paul Price : I've found that the valgrind suppressions don't work for me with cpython 3.6.2. Renaming PyObject_Free/PyObject_Realloc to _PyObject_Free/_PyObject_Realloc in the suppressions file works. I've got a patch that I'll put in via a GitHub PR. -- component