[issue46091] IndendationError from multi-line indented statements

2022-01-25 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue46091] IndendationError from multi-line indented statements

2022-01-25 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +29078 pull_request: https://github.com/python/cpython/pull/30899 ___ Python tracker ___

[issue46091] IndendationError from multi-line indented statements

2022-01-25 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 3fc8b74ace033a17346a992f661928ba619e61e8 by Pablo Galindo Salgado in branch '3.10': [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898)

[issue46091] IndendationError from multi-line indented statements

2022-01-25 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +29077 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30898 ___ Python tracker ___

[issue46091] IndendationError from multi-line indented statements

2022-01-25 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset a0efc0c1960e2c49e0092694d9839270914c by Pablo Galindo Salgado in branch 'main': bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130)

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- Removed message: https://bugs.python.org/msg408657 ___ Python tracker ___ ___ Python-bugs-list

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Jeremy
Jeremy added the comment: Wow, this was a fast turnaround! I was going to spin some cycles on this, but would have not seen the solution in 50m. -- ___ Python tracker ___

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: nevermind, I am convinced is a bug. I filed a PR for it -- stage: patch review -> ___ Python tracker ___

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +28349 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30130 ___ Python tracker

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Actually, I am not sure if this is a bug, at least according to this comment: https://bugs.python.org/msg370812 What are your thoughts on this Guido? -- nosy: +gvanrossum ___ Python tracker

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Unfortunately I am not sure if this is going to be easier to retrofit for the reasons exposed in the issue. I will try to take a look, but if you have some cycles to spare, a PR would be welcomed. -- ___

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: This is a side effect on the fix in: https://bugs.python.org/issue40847 -- ___ Python tracker ___

[issue46091] IndendationError from multi-line indented statements

2021-12-15 Thread Jeremy
New submission from Jeremy : At some point in 3.9 Python appears to have stopped accepting source that starts with an indent, then a '\', then the indented statement. From the lexical analysis [1] "Indentation cannot be split over multiple physical lines using backslashes; the whitespace up