Mark Dickinson <dicki...@gmail.com> added the comment: > To my knowledge, OS X doesn't ship with gdb 7
That sounds right. On my OS X 10.6.3 machine, the system gdb is: Mark-Dickinsons-MacBook-Pro:py3k dickinsm$ gdb --version GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009) I have the impression that few people have got gdb 7 working on OS X yet, but I might be wrong. Certainly macports doesn't seem to offer it yet. I expect that'll change, though. [About make distclean] > Presumably adding: > -rm -f python*-gdb.py > should do the trick Yes, that seems to work. Thanks! Added in r79617. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8032> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com