]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Jul 2021 17:46:42 +0000 (10:46 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 17:46:42 +0000 (19:46 +0200)
commitf468ede4a2b7ab5c72ae85ab04cb56904300cd23
treeaac90287c84307d96c2f8319901b1dfb589748fd
parent440c9f772a9b66c1ea387c1c3efc9ff438880acf
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495)

(cherry picked from commit 48a62559dfaf775e4f1cc56b19379c799e8e2587)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
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]