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.

classification
Title: Valgrind suppression file should be updated
Type: Stage: resolved
Components: Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Update valgrind suppressions
View: 34377
Assigned To: Nosy List: Antony.Lee, ZackerySpytz, christian.heimes, vstinner
Priority: normal Keywords:

Created on 2015-05-02 06:59 by Antony.Lee, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg242382 - (view) Author: Antony Lee (Antony.Lee) * Date: 2015-05-02 06:59
Since PEP445, the suppressions should target _PyObject_{Free,Realloc} instead of PyObject_{Free,Realloc}.
msg323424 - (view) Author: Zackery Spytz (ZackerySpytz) * (Python triager) Date: 2018-08-11 23:04
This was fixed in #34377.
History
Date User Action Args
2022-04-11 14:58:16adminsetgithub: 68299
2018-08-12 20:33:06benjamin.petersonsetstatus: open -> closed
superseder: Update valgrind suppressions
resolution: duplicate
stage: resolved
2018-08-11 23:04:16ZackerySpytzsetnosy: + ZackerySpytz
messages: + msg323424
2015-05-07 18:40:23ned.deilysetnosy: + christian.heimes
2015-05-07 18:39:04ned.deilylinkissue24141 superseder
2015-05-05 20:52:26ned.deilysetnosy: + vstinner

versions: + Python 3.5
2015-05-02 06:59:50Antony.Leecreate