[issue6126] Python 3 pdb: shows internal code, breakpoints don't work

Georg Brandl report at bugs.python.org
Tue Aug 11 08:15:43 CEST 2009


Georg Brandl <georg at python.org> added the comment:

That's a good question :)

A quick test shows that exec() does honor coding cookies in code given
as a bytestring, so simply changing to open(..., "rb") should be fine.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6126>
_______________________________________


More information about the Python-bugs-list mailing list