]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Jun 2020 08:07:50 +0000 (11:07 +0300)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2020 08:07:50 +0000 (11:07 +0300)
commit19fcffa92773e008e4f5efb80047420a0cfafeec
treefc036758738950d6b07f7b98f7ea90e08135cf23
parent6c4e0bd974f2895d42b63d9d004587e74b286c88
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
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]