]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
authorVladimir Matveev <v2matveev@outlook.com>
Fri, 24 Aug 2018 14:18:00 +0000 (07:18 -0700)
committerTal Einat <taleinat+github@gmail.com>
Fri, 24 Aug 2018 14:18:00 +0000 (17:18 +0300)
commit91cb298f811961277fd4cc4a32211899d48bedcb
tree6b833e01b19fdae681b767cc44f4b8d3e676e88a
parent075b3c325913475be16650f7cb2a99f3136623b9
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
Lib/inspect.py
Lib/test/inspect_fodder.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2018-08-22-17-43-52.bpo-6700.hp7C4B.rst [new file with mode: 0644]