]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
authorandrei kulakov <andrei.avk@gmail.com>
Tue, 3 Aug 2021 12:47:30 +0000 (08:47 -0400)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 12:47:30 +0000 (14:47 +0200)
commit58325971de0faf330c9c38269dae8315a0746e59
treefe9e3ea9ce331ab5ce3e46138dbcd32ded7e958a
parentf7c23a99cd4f8179b6ba2cffaeb78b852c0f6488
bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_inspect.py