commit | 95b6acf951fa7f503a3cc5ce7d969d7bcf2f95c9 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Oct 30 13:16:02 2018 +0200 |
committer | GitHub <noreply@github.com> | Tue Oct 30 13:16:02 2018 +0200 |
tree | 8f6c2e5a36ae932599e81ba3a226360ca59b19d7 | |
parent | b83d917fafd87e4130f9c7d5209ad2debc7219cd [diff] |
bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) It was overridden by the lineno of the first decorator. Now it is the lineno of 'def' or 'class'.