Message179621
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, eric.snow, meador.inge, scummos |
| Date | 2013-01-11.03:52:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1357876374.79.0.0742383923357.issue16795@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ah, yes. This is part of the annoying inconsistency in our asdl framework. Here's what I think should happen: - on arguments, vararg and kwarg should get the "arg" type, killing some of the numerous fields on arguments - asdl needs to be hacked, so "arg" can have a lineno and col_offset attributes like the "expr" type. Sorry this is getting so painful and involved. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-01-11 03:52:54 | benjamin.peterson | set | recipients: + benjamin.peterson, brett.cannon, meador.inge, scummos, eric.snow |
| 2013-01-11 03:52:54 | benjamin.peterson | set | messageid: <1357876374.79.0.0742383923357.issue16795@psf.upfronthosting.co.za> |
| 2013-01-11 03:52:54 | benjamin.peterson | link | issue16795 messages |
| 2013-01-11 03:52:53 | benjamin.peterson | create | |