diff options
author | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2019-07-08 21:17:56 (GMT) |
---|---|---|
committer | Ivan Levkivskyi <levkivskyi@gmail.com> | 2019-07-08 21:17:56 (GMT) |
commit | 110a47c4f42cf4db88edc1876899fff8f05190fb (patch) | |
tree | b649c1aa3583487925f65e2c4bcec5d71bb54f24 /Misc/ACKS | |
parent | 66b4150f6f001640521ae6c9571cd4325cd67394 (diff) | |
download | cpython-110a47c4f42cf4db88edc1876899fff8f05190fb.zip cpython-110a47c4f42cf4db88edc1876899fff8f05190fb.tar.gz cpython-110a47c4f42cf4db88edc1876899fff8f05190fb.tar.bz2 |
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Nested BinOp instances (e.g. a+b+c) had a wrong col_offset for the
second BinOp (e.g. 2 instead of 0 in the example). Fix it by using the
correct st node to copy the line and col_offset from in ast.c.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ Nikolay Bogoychev David Bolen Wouter Bolsterlee Gawain Bolton +Carl Friedrich Bolz-Tereick Forest Bond Gregory Bond Médéric Boquien |