New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

pdb uses the locale encoding when read the .pdbrc file. It means that the 
current locale of the debugged program affects it. It also makes .pdbrc not 
portable between different platforms.

It is usually not an issue, because the .pdbrc file usually contains ASCII-only 
data. But maybe always use UTF-8 for .pdbrc files?

----------
components: Library (Lib)
messages: 372454
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: pdb uses the locale encoding for .pdbrc

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

  • ... Serhiy Storchaka
    • ... Inada Naoki
    • ... శ్రీనివాస్ రెడ్డి తాటిపర్తి
    • ... Emmanuel Arias

Reply via email to