[issue22188] test_gdb fails on invalid gdbinit

2014-08-16 Thread STINNER Victor
STINNER Victor added the comment: It sounds reasonable to ignore gdbinit files. -- nosy: +haypo -python-dev stage: resolved -> ___ Python tracker ___ ___

[issue22188] test_gdb fails on invalid gdbinit

2014-08-16 Thread STINNER Victor
Changes by STINNER Victor : -- versions: +Python 2.7, Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22188] test_gdb fails on invalid gdbinit

2014-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset ecb97f8ea31c by Victor Stinner in branch '2.7': Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from http://hg.python.org/cpython/rev/ecb97f8ea31c New changeset 320856a0a635 by Victor Stinner in branch '3.4': Closes #22188: t

[issue22188] test_gdb fails on invalid gdbinit

2014-08-12 Thread Peter Wu
New submission from Peter Wu: I had a stale ~/.gdbinit file which tried to executed python code causing an exception. The tests should probably run with `-nx` or `-nh` to avoid reading ~/.gdbinit. -- components: Tests messages: 225245 nosy: lekensteyn priority: normal severity: normal