[issue25820] Clean up run_gdb() calls

2015-12-08 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue25820] Clean up run_gdb() calls

2015-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6902b2024d25 by Martin Panter in branch '3.5': Issue #25820: Remove unused assignment and redundant GDB CLI arguments https://hg.python.org/cpython/rev/6902b2024d25 New changeset 2e5fdb8a8874 by Martin Panter in branch 'default': Issue #25820: Merge

[issue25820] Clean up run_gdb() calls

2015-12-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- nosy: +serhiy.storchaka stage: patch review -> commit review ___ Python tracker ___ ___ P

[issue25820] Clean up run_gdb() calls

2015-12-07 Thread Martin Panter
New submission from Martin Panter: This small patch cleans up two oddities calling run_gdb() in /Lib/test/test_gdb.py that I noticed. They were both added in revision b71cda2f48c6. The first one is a whole GDB command being passed to GDB as extra arguments. Notice “gdb --batch -nx” is in the a