[issue9235] missing "import sys" in Tools/gdb/libpython.py

2010-07-14 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r82874. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue9235] missing "import sys" in Tools/gdb/libpython.py

2010-07-12 Thread Dave Malcolm
Changes by Dave Malcolm : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue9235] missing "import sys" in Tools/gdb/libpython.py

2010-07-12 Thread Yaroslav Halchenko
Yaroslav Halchenko added the comment: sorry -- git describe was by mistake in there... report is based on SVN revision 82502 -- ___ Python tracker ___ __

[issue9235] missing "import sys" in Tools/gdb/libpython.py

2010-07-12 Thread Yaroslav Halchenko
New submission from Yaroslav Halchenko : as you can see from below, sys. is used, but never imported (besides a docstring) $> git describe upstream/0.5.0.dev-875-gf06319e $> grep -5 'sys' /home/yoh/proj/misc/python/Tools/gdb/libpython.py """ During development, I've been manually invoking th