[issue12612] Valgrind suppressions

2015-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 92dda5f00b0f by doko in branch '2.7': Issue #12612: Add some Valgrind suppressions for 64-bit machines. https://hg.python.org/cpython/rev/92dda5f00b0f -- ___ Python tracker

[issue12612] Valgrind suppressions

2015-11-04 Thread Marius Gedminas
Marius Gedminas added the comment: Could this fix be backported to the 2.7 branch as well? -- nosy: +mgedmin ___ Python tracker ___ __

[issue12612] Valgrind suppressions

2011-12-03 Thread Paul Price
Paul Price added the comment: Welcome. Thank you! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue12612] Valgrind suppressions

2011-12-03 Thread Charles-François Natali
Charles-François Natali added the comment: Committed, thanks for the patch! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue12612] Valgrind suppressions

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3eb73f45a614 by Charles-François Natali in branch 'default': Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul http://hg.python.org/cpython/rev/3eb73f45a614 -- nosy: +python-dev ___

[issue12612] Valgrind suppressions

2011-12-01 Thread Paul Price
Paul Price added the comment: Here's the diff with the added sections commented out. -- keywords: +patch Added file: http://bugs.python.org/file23831/proposed.patch ___ Python tracker _

[issue12612] Valgrind suppressions

2011-12-01 Thread Charles-François Natali
Charles-François Natali added the comment: Could you please provide a diff ? Also, they should probably be commented by default (as other obmalloc-related calls). -- nosy: +neologix ___ Python tracker ___

[issue12612] Valgrind suppressions

2011-12-01 Thread Zhiping Deng
Zhiping Deng added the comment: It works for me! -- nosy: +Zhiping.Deng ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue12612] Valgrind suppressions

2011-08-01 Thread Daniel Stutzbach
Changes by Daniel Stutzbach : -- nosy: +stutzbach ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue12612] Valgrind suppressions

2011-07-22 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue12612] Valgrind suppressions

2011-07-22 Thread Paul Price
New submission from Paul Price : I am running Python 2.7.1 under Valgrind 3.6.1 on a x86_64 GNU/Linux box. Valgrind is flagging errors that are not covered by the standard suppressions file (Misc/valgrind-python.supp; after uncommenting the part I'm supposed to), e.g.: ==5804== Use of uninit