mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
[3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115949)
gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824)
(cherry picked from commit 015b97d19a
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
parent
8668b3cc2d
commit
1932da0c3d
3 changed files with 13 additions and 11 deletions
|
@ -301,6 +301,7 @@ class ExceptionTests(unittest.TestCase):
|
|||
{
|
||||
6
|
||||
0="""''', 5, 13)
|
||||
check('b"fooжжж"'.encode(), 1, 1, 1, 10)
|
||||
|
||||
# Errors thrown by symtable.c
|
||||
check('x = [(yield i) for i in range(3)]', 1, 7)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue