]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Aug 2018 14:41:39 +0000 (10:41 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 14:41:39 +0000 (10:41 -0400)
commit0e707b4c6a47086d8e723c7a010c3f5cf8296946
treea8c700ed5f1ebb1291d959724307a173a83dc567
parent902f1618388280eeeb3957b273f0ccb3df938723
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)

(cherry picked from commit 91cb298f811961277fd4cc4a32211899d48bedcb)

Co-authored-by: Vladimir Matveev <v2matveev@outlook.com>
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]