]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFound...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 2 Nov 2021 21:55:51 +0000 (21:55 +0000)
committerGitHub <noreply@github.com>
Tue, 2 Nov 2021 21:55:51 +0000 (22:55 +0100)
commita459a81530de700b3d3faeb827b22ed1c9985812
treee2c3dd533b12c74bf5d50689d6dbb48ff95de56b
parent48824fa1e26595ac97ffc96ee2c3d32ff130c420
bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2021-10-08-19-24-48.bpo-45406.Qh_Mz4.rst [new file with mode: 0644]