mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
This commit is contained in:
parent
5e99b56d6b
commit
da8d72c953
9 changed files with 3741 additions and 3709 deletions
|
|
@ -400,7 +400,7 @@ class FaultHandlerTests(unittest.TestCase):
|
|||
if filename:
|
||||
lineno = 9
|
||||
elif fd is not None:
|
||||
lineno = 12
|
||||
lineno = 11
|
||||
else:
|
||||
lineno = 14
|
||||
expected = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue