[issue44349] Edge case in compiler when error displaying with non-utf8 lines

2021-06-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset c0496093e54edb78d2bd09b083b73e1e5b9e7242 by Miss Islington (bot) in branch '3.10': bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616) https://github.com/python/cpython/commit/c04

[issue44349] Edge case in compiler when error displaying with non-utf8 lines

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

[issue44349] Edge case in compiler when error displaying with non-utf8 lines

2021-06-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 9fd21f649d66dcb10108ee395fd68ed32c8239cd by Pablo Galindo in branch 'main': bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) https://github.com/python/cpython/commit/9fd21f649d66dcb10108e

[issue44349] Edge case in compiler when error displaying with non-utf8 lines

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

[issue44349] Edge case in compiler when error displaying with non-utf8 lines

2021-06-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I think the simplest solution is PR 26611. Ammar, can you check if that works for you? -- ___ Python tracker ___ ___

[issue44349] Edge case in compiler when error displaying with non-utf8 lines

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

[issue44349] Edge case in compiler when error displaying with non-utf8 lines

2021-06-08 Thread Ammar Askar
Change by Ammar Askar : -- title: Edge case in when error displaying with non-utf8 lines -> Edge case in compiler when error displaying with non-utf8 lines ___ Python tracker