This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2020-06-20.17:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592675653.2.0.61878894167.issue41058@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-20 17:54:13serhiy.storchakasetrecipients: + serhiy.storchaka
2020-06-20 17:54:13serhiy.storchakasetmessageid: <1592675653.2.0.61878894167.issue41058@roundup.psfhosted.org>
2020-06-20 17:54:13serhiy.storchakalinkissue41058 messages
2020-06-20 17:54:13serhiy.storchakacreate