]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171)
authorandrei kulakov <andrei.avk@gmail.com>
Fri, 30 Jul 2021 17:17:46 +0000 (13:17 -0400)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 17:17:46 +0000 (19:17 +0200)
commit48a62559dfaf775e4f1cc56b19379c799e8e2587
tree15ed7b890311a2ac6b486db2ad777477227ca501
parentceea579ccc51791f3e115155d6f27905bc7544a9
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171)
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2021-07-15-16-51-32.bpo-44648.2o49TB.rst [new file with mode: 0644]