]> 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:36:23 +0000 (12:36 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2020 19:36:23 +0000 (12:36 -0700)
commit14195597b3a877209c20d00e0ec844234e624d13
treed50c4f5053699320d0b81c133779582d7b17123e
parent10bf6e482328f622f4b2659e4ad5e3d88f57ba58
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]