]> granicus.if.org Git - python/commit
Make sure the line comes from the same node as the col offset. (GH-9189)
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Sep 2018 22:29:57 +0000 (15:29 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Sep 2018 22:29:57 +0000 (15:29 -0700)
commitd13e59c1b512069d90efe7ee9b613d3913e79c56
tree79baf729d27146523da9894e6ab1868034950432
parent998b80636690ffbdb0a278810d9c031fad38631d
Make sure the line comes from the same node as the col offset. (GH-9189)

Followup to 90fc8980bbcc5c7dcced3627fe172b0bfd193a3b.

<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

-->
Python/ast.c