Message237670
| Author | Mark.Shannon |
|---|---|
| Recipients | Aivar.Annamaa, Mark.Shannon, benjamin.peterson, brett.cannon, flox, georg.brandl, ncoghlan, python-dev, scummos |
| Date | 2015-03-09.16:02:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1425916928.15.0.91519494717.issue21295@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The column offset has always been the offset of the start of the expression. Therefore the expression `x.y` should have the same offset as the sub-expresssion `x`. Likewise for calls, `f(args)` should have the same offset as the `f` sub expression. Our static analysis tool is a real-world use case: http://semmle.com/2014/06/semmle-analysis-now-includes-python/ Presumably the submitter of this issue also had a real would use case. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-09 16:02:08 | Mark.Shannon | set | recipients: + Mark.Shannon, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, flox, scummos, python-dev, Aivar.Annamaa |
| 2015-03-09 16:02:08 | Mark.Shannon | set | messageid: <1425916928.15.0.91519494717.issue21295@psf.upfronthosting.co.za> |
| 2015-03-09 16:02:08 | Mark.Shannon | link | issue21295 messages |
| 2015-03-09 16:02:08 | Mark.Shannon | create | |