[issue7539] unicode exceptions terminate pdb.pm() loop

2010-07-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied to 2.7 branch in r83267. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue7539] unicode exceptions terminate pdb.pm() loop

2009-12-29 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Here is a patch, along with the test that I modified a little bit: - it uses _saferepr (and repr.Repr) to render the exception object - it also fixes exception raised by the "p" action. - The test uses a raw docstring, to avoid chr(255) in the string

[issue7539] unicode exceptions terminate pdb.pm() loop

2009-12-20 Thread Marius Gedminas
Marius Gedminas added the comment: I don't know what I was smoking when I said pdb.set_trace() wasn't affected; I just reproduced the bug with Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> imp

[issue7539] unicode exceptions terminate pdb.pm() loop

2009-12-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti priority: -> normal stage: -> test needed ___ Python tracker ___ ___ Python-bugs-lis

[issue7539] unicode exceptions terminate pdb.pm() loop

2009-12-18 Thread Marius Gedminas
New submission from Marius Gedminas : $ python2.6 Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> None() Traceback (most recent call last): File "", line 1, in TypeError: 'NoneType' object is not