]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix source finding if the given frame is a module-level frame.
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 18:08:12 +0000 (18:08 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 18:08:12 +0000 (18:08 +0000)
commit5ed2b5a92ab4f5c4c8ad77ec95a4f7add3083432
tree294ffe4619074d526f2d4d9743d75de0b448c076
parente38de851eba7d47d3cf93db2feee0d91e361a3e1
Fix source finding if the given frame is a module-level frame.
Lib/pdb.py