bpo-12458: Fix line numbers for multiline expressions. (GH-8774)

This commit is contained in:
Serhiy Storchaka 2018-09-17 15:17:29 +03:00 committed by GitHub
parent 5e99b56d6b
commit da8d72c953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 3741 additions and 3709 deletions

View file

@ -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 = [