[issue44335] "Wrong" invalid character identified

2021-06-08 Thread miss-islington
miss-islington added the comment: New changeset 2a8d7122e0ceeb56b716cff7f8f31f13c26ad691 by Miss Islington (bot) in branch '3.10': bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608)

[issue44335] "Wrong" invalid character identified

2021-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +25193 pull_request: https://github.com/python/cpython/pull/26610 ___ Python tracker ___

[issue44335] "Wrong" invalid character identified

2021-06-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset bafe0aade5741ab0d13143ee261711fdd65e8a1f by Pablo Galindo in branch 'main': bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608)

[issue44335] "Wrong" invalid character identified

2021-06-08 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +25191 pull_request: https://github.com/python/cpython/pull/26608 ___ Python tracker ___

[issue44335] "Wrong" invalid character identified

2021-06-08 Thread miss-islington
miss-islington added the comment: New changeset 933b5b63598968c1ab4976f92570696a33c72cc4 by Miss Islington (bot) in branch '3.10': bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)

[issue44335] "Wrong" invalid character identified

2021-06-08 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue44335] "Wrong" invalid character identified

2021-06-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25183 pull_request: https://github.com/python/cpython/pull/26600 ___ Python tracker

[issue44335] "Wrong" invalid character identified

2021-06-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset d334c73b56756e90c33ce06e3a6ec23271aa099d by Pablo Galindo in branch 'main': bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)

[issue44335] "Wrong" invalid character identified

2021-06-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +25174 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26589 ___ Python tracker

[issue44335] "Wrong" invalid character identified

2021-06-07 Thread Andre Roberge
New submission from Andre Roberge : When using Python 3.10.0b2 on a line with more than one invalid characters, the second one is identified as being incorrect, whereas in previous versions the first such character was identified. > py -3.8 unicode_quote.py File "unicode_quote.py", line 2