[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-14 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Thanks, Lysandros for the quick fix! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-14 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: fixed -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailin

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-14 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +17070 pull_request: https://github.com/python/cpython/pull/17601 ___ Python tracker ___ ___

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +17069 pull_request: https://github.com/python/cpython/pull/17600 ___ Python tracker ___ __

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-13 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +17068 pull_request: https://github.com/python/cpython/pull/17596 ___ Python tracker ___ __

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-13 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: There was a bug in my last PR, hopefully I will get a fix some time later today. The bug is as follows: I only updated the asdl_seq_SET call for an elif without an else, if an else is included then the behavior is like before. After my last PR it looks l

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-13 Thread Guido van Rossum
Change by Guido van Rossum : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-13 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 3b18b17efcee6f968cf85c543254b3611311e9f4 by Pablo Galindo (Miss Islington (bot)) in branch '3.8': bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (GH-17589) https://github.com/python/cpython/c

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-13 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 0ed45d0cbfc7579dfc5527c19aa6e4bb696db2e0 by Pablo Galindo in branch '3.7': [3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (#17584) https://github.com/python/cpython/commit/0ed45d0cbfc75

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +17061 pull_request: https://github.com/python/cpython/pull/17589 ___ Python tracker ___ __

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Hmmm, there is some problem with the CI and the 3.7 branch. Seems like Travis CI is giving some problems again I will investigate or maybe ask Brett to make the check not required again (we still have Azure Pipelines, testing the same thing). ---

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: The same thing happens with 3.8. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +17059 pull_request: https://github.com/python/cpython/pull/17585 ___ Python tracker ___ __

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +17058 pull_request: https://github.com/python/cpython/pull/17584 ___ Python tracker ___ ___

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +17057 pull_request: https://github.com/python/cpython/pull/17583 ___ Python tracker ___ __

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread miss-islington
miss-islington added the comment: New changeset 025a602af7ee284d8db6955c26016f3f27d35536 by Miss Islington (bot) (Lysandros Nikolaou) in branch 'master': bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) https://github.com/python/cpython/commit/025a

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- components: +Interpreter Core ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- keywords: +patch pull_requests: +17056 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17582 ___ Python tracker _

[issue39031] Inconsistency with lineno and col_offset info when parsing elif

2019-12-12 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- title: Inconsistent lineno and col_offset info when parsing elif -> Inconsistency with lineno and col_offset info when parsing elif ___ Python tracker __