[New-bugs-announce] [issue17772] test_gdb doesn't detect a gdb built with python3.3 (or higher)
Matthias Klose
report at bugs.python.org
Wed Apr 17 12:16:23 CEST 2013
New submission from Matthias Klose:
test_gdb skipped -- gdb not built with embedded python support
$ gdb --version
GNU gdb (GDB) 7.5.91.20130408
$ ldd /usr/bin/gdb|grep python
libpython3.3m.so.1.0 => /usr/lib/libpython3.3m.so.1.0
----------
messages: 187151
nosy: dmalcolm, doko
priority: normal
severity: normal
stage: needs patch
status: open
title: test_gdb doesn't detect a gdb built with python3.3 (or higher)
versions: Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17772>
_______________________________________
More information about the New-bugs-announce
mailing list