[issue12660] test_gdb fails when installed

2016-12-07 Thread INADA Naoki
Changes by INADA Naoki : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue12660] test_gdb fails when installed

2016-10-13 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue12660] test_gdb fails when installed

2016-10-11 Thread INADA Naoki
INADA Naoki added the comment: Is this issue OK to close? -- nosy: +inada.naoki ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue12660] test_gdb fails when installed

2016-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef13efb89afe by Zachary Ware in branch '2.7': Issue #12660: Backport 84bbb8d2d237 https://hg.python.org/cpython/rev/ef13efb89afe -- ___ Python tracker ___

[issue12660] test_gdb fails when installed

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: The changeset referenced in msg160074 is still in default, can someone pick this up please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue12660] test_gdb fails when installed

2012-05-06 Thread Mark Shannon
Mark Shannon added the comment: python-gdb.py was modified for the new dictionary implementation. Can you check that your 3.3 installation isn't using an earlier version of python-gdb.py? -- nosy: +Mark.Shannon ___ Python tracker

[issue12660] test_gdb fails when installed

2012-05-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 84bbb8d2d237 by Vinay Sajip in branch 'default': #12660: Skip test_gdb when run from an installed Python. http://hg.python.org/cpython/rev/84bbb8d2d237 -- nosy: +python-dev ___ Python tracker

[issue12660] test_gdb fails when installed

2012-01-04 Thread Vinay Sajip
Vinay Sajip added the comment: Pending the real fix, I've attached a patch to skip the test if it's not a source build. -- keywords: +patch nosy: +vinay.sajip stage: needs patch -> patch review Added file: http://bugs.python.org/file24139/test-gdb-patch.diff __

[issue12660] test_gdb fails when installed

2011-07-30 Thread Antoine Pitrou
New submission from Antoine Pitrou : test_gdb doesn't work from an installed Python 3.3. I suppose gdb fails finding the plugin file for the Python executable, although it manifests in quite mysterious ways. The log is rather large, I'm attaching it just in case. -- assignee: dmalcolm