]> 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:44:47 +0000 (10:44 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 14:44:47 +0000 (10:44 -0400)
commit3e6020c4ddf7acea91efdae770320c6ce06b93db
treefaad6ac6d83a80f9e4735c8db17d007a148f7222
parenta8c749df59a088300b9b4cfde41423c020b78651
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]