Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fixup! fixup! gh-105013: Fix inspect.getsource with parenthesi…
…zed multiline lambdas
  • Loading branch information
pablogsal committed May 27, 2023
commit 6d41c1a515859eb2878094b8ce0c005bd1ededb9
2 changes: 1 addition & 1 deletion Lib/test/inspect_fodder2.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ def complex_decorated(foo=0, bar=lambda: 0):
# line 289
nested_lambda = (
lambda right: [].map(
lambda length: ()))
lambda length: ()))