[issue18859] README.valgrind should mention --with-valgrind

2018-11-20 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker _

[issue18859] README.valgrind should mention --with-valgrind

2018-11-20 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d5d33681c1cd1df7731eb0fb7c0f297bc2f114e6 by Łukasz Langa (Sanyam Khurana) in branch 'master': bpo-18859: Document --with-valgrind option in README.valgrind (#10591) https://github.com/python/cpython/commit/d5d33681c1cd1df7731eb0fb7c0f297bc2f114e6

[issue18859] README.valgrind should mention --with-valgrind

2018-11-19 Thread Sanyam Khurana
Sanyam Khurana added the comment: Patch added in PR: https://github.com/python/cpython/pull/10591 -- nosy: +CuriousLearner ___ Python tracker ___ _

[issue18859] README.valgrind should mention --with-valgrind

2018-11-18 Thread Sanyam Khurana
Change by Sanyam Khurana : -- pull_requests: +9837 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue18859] README.valgrind should mention --with-valgrind

2017-05-24 Thread Sourav Singh
Sourav Singh added the comment: Is the issue fixed? -- nosy: +Sourav Singh ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue18859] README.valgrind should mention --with-valgrind

2017-02-03 Thread Łukasz Langa
Changes by Łukasz Langa : -- assignee: -> lukasz.langa nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue18859] README.valgrind should mention --with-valgrind

2016-03-12 Thread Elena Oat
Changes by Elena Oat : Added file: http://bugs.python.org/file42147/issue18859.diff ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue18859] README.valgrind should mention --with-valgrind

2016-03-12 Thread Elena Oat
Elena Oat added the comment: I've combined the patch submitted by Sowmya and also added there clarifications from points 1, 2 mentioned by Martin Mokrejs. -- nosy: +Elena.Oat ___ Python tracker ___

[issue18859] README.valgrind should mention --with-valgrind

2014-10-14 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review type: -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ __

[issue18859] README.valgrind should mention --with-valgrind

2014-10-14 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue18859] README.valgrind should mention --with-valgrind

2014-08-02 Thread Stefan Krah
Stefan Krah added the comment: Hi Sowmya. Currently we have the option to use --with-valgrind or the old method --without-pymalloc. Both methods work. -- nosy: +skrah ___ Python tracker

[issue18859] README.valgrind should mention --with-valgrind

2014-08-02 Thread Sowmya
Sowmya added the comment: Hi, I have created a patch for this bug. The Misc/README.valgrind now mentions the --with-valgrind configure options. -- keywords: +patch nosy: +sowmya-ravidas type: enhancement -> Added file: http://bugs.python.org/file36209/patch.diff _

[issue18859] README.valgrind should mention --with-valgrind

2014-05-13 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue18859] README.valgrind should mention --with-valgrind

2013-09-04 Thread Ezio Melotti
Changes by Ezio Melotti : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue18859] README.valgrind should mention --with-valgrind

2013-08-30 Thread Martin Mokrejs
Martin Mokrejs added the comment: Moreover, it should explain what that really does. One could think of several answers or even their combinations what this configure flag will really do: a) python will run itself under valgrind, don't bother ever doing it yourself b) you don't have to bother w

[issue18859] README.valgrind should mention --with-valgrind

2013-08-27 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue18859] README.valgrind should mention --with-valgrind

2013-08-27 Thread Tim Peters
Changes by Tim Peters : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue18859] README.valgrind should mention --with-valgrind

2013-08-27 Thread Tim Peters
New submission from Tim Peters: In issue 18843 a user noted that Misc/README.valgrind doesn't mention the --with-valgrind configure option. It probably should. But since I've never used valgrind, I'm not the guy to do it ;-) -- components: Build messages: 196338 nosy: tim.peters prio