[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 Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za 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-03 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: Committed, thanks for the patch! -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12612

[issue12612] Valgrind suppressions

2011-12-03 Thread Paul Price
Paul Price pr...@astro.princeton.edu added the comment: Welcome. Thank you! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12612 ___ ___

[issue12612] Valgrind suppressions

2011-12-01 Thread Zhiping Deng
Zhiping Deng kofreesty...@gmail.com added the comment: It works for me! -- nosy: +Zhiping.Deng ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12612 ___

[issue12612] Valgrind suppressions

2011-12-01 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr 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 rep...@bugs.python.org

[issue12612] Valgrind suppressions

2011-12-01 Thread Paul Price
Paul Price pr...@astro.princeton.edu 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 rep...@bugs.python.org

[issue12612] Valgrind suppressions

2011-08-01 Thread Daniel Stutzbach
Changes by Daniel Stutzbach stutzb...@google.com: -- nosy: +stutzbach ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12612 ___ ___ Python-bugs-list

[issue12612] Valgrind suppressions

2011-07-22 Thread Paul Price
New submission from Paul Price pr...@astro.princeton.edu: 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),

[issue12612] Valgrind suppressions

2011-07-22 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12612 ___ ___