STINNER Victor <victor.stin...@haypocalc.com> added the comment:

bdb.patch doesn't work if cmd is not a string (if cmd is a code object).

r87780 fixes this issue: bdb.Bdb.run() only traces the execution of the code, 
not the compilation (if the input is a string).

With this fix, the whole test suite pass on Linux with ISO-8859-1, ISO-8859-15 
and UTF-8 locale encodings (I only tested in an ASCII path).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10492>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to