]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 May 2023 11:18:43 +0000 (04:18 -0700)
committerGitHub <noreply@github.com>
Sun, 28 May 2023 11:18:43 +0000 (12:18 +0100)
commit41b622b1e8736bd86c8dc2e1471121d5f6a88937
tree121c65aa17193991fb1626cbadc93d6c18f009c5
parent36a4227859fe4cb5a3ad79ea6da99b4d8b405a8d
[3.12] gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (GH-105021) (#105032)

gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (GH-105021)
(cherry picked from commit 3a5be878be6f89ee98d0ef9a1274e6a9d9ccbc37)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/inspect.py
Lib/test/inspect_fodder2.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Core and Builtins/2023-05-27-16-57-11.gh-issue-105013.IsDgDY.rst [new file with mode: 0644]