[New-bugs-announce] [issue41058] pdb reads source files using the locale encoding
Serhiy Storchaka
report at bugs.python.org
Sat Jun 20 13:54:13 EDT 2020
New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:
find_function() in pdb uses the locale encoding for reading source files. It should use the encoding specified by the coding cookie or UTF-8 if it is not specified.
----------
components: Library (Lib)
messages: 371950
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: pdb reads source files using the locale encoding
type: behavior
versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41058>
_______________________________________
More information about the New-bugs-announce
mailing list