]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Jun 2020 19:51:54 +0000 (12:51 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2020 19:51:54 +0000 (12:51 -0700)
commit26f6126b2aa116b5c613c104bde0bb5b791a0bfc
treed27a67cf849436c0f9eafeffc6c5ddc651ec6f73
parentfbf94af2af3c09493481b8559b84f6e9f0628c37
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)

(cherry picked from commit 19fcffa92773e008e4f5efb80047420a0cfafeec)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2020-06-20-21-03-55.bpo-41058.gztdZy.rst [new file with mode: 0644]