mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-16806: Fix lineno
and col_offset
for multi-line string tokens (GH-10021)
This commit is contained in:
parent
1cffd0eed3
commit
995d9b9297
13 changed files with 91 additions and 51 deletions
|
@ -484,7 +484,7 @@ const unsigned char _Py_M__zipimport[] = {
|
|||
64,0,0,0,114,65,0,0,0,114,78,0,0,0,114,82,
|
||||
0,0,0,114,83,0,0,0,114,9,0,0,0,114,9,0,
|
||||
0,0,114,9,0,0,0,114,10,0,0,0,114,4,0,0,
|
||||
0,45,0,0,0,115,24,0,0,0,8,13,4,5,8,46,
|
||||
0,45,0,0,0,115,24,0,0,0,8,1,4,17,8,46,
|
||||
10,32,10,12,8,10,8,21,8,11,8,26,8,13,8,38,
|
||||
8,18,122,12,95,95,105,110,105,116,95,95,46,112,121,99,
|
||||
84,114,60,0,0,0,70,41,3,122,4,46,112,121,99,84,
|
||||
|
@ -1044,7 +1044,7 @@ const unsigned char _Py_M__zipimport[] = {
|
|||
34,0,0,0,114,182,0,0,0,114,183,0,0,0,114,184,
|
||||
0,0,0,114,189,0,0,0,114,9,0,0,0,114,9,0,
|
||||
0,0,114,9,0,0,0,114,10,0,0,0,114,80,0,0,
|
||||
0,212,2,0,0,115,14,0,0,0,8,5,4,1,4,2,
|
||||
0,212,2,0,0,115,14,0,0,0,8,1,4,5,4,2,
|
||||
8,4,8,9,8,6,8,11,114,80,0,0,0,41,45,114,
|
||||
84,0,0,0,90,26,95,102,114,111,122,101,110,95,105,109,
|
||||
112,111,114,116,108,105,98,95,101,120,116,101,114,110,97,108,
|
||||
|
@ -1065,8 +1065,8 @@ const unsigned char _Py_M__zipimport[] = {
|
|||
0,0,114,170,0,0,0,114,152,0,0,0,114,150,0,0,
|
||||
0,114,44,0,0,0,114,80,0,0,0,114,9,0,0,0,
|
||||
114,9,0,0,0,114,9,0,0,0,114,10,0,0,0,218,
|
||||
8,60,109,111,100,117,108,101,62,13,0,0,0,115,88,0,
|
||||
0,0,4,4,8,1,16,1,8,1,8,1,8,1,8,1,
|
||||
8,60,109,111,100,117,108,101,62,1,0,0,0,115,88,0,
|
||||
0,0,4,16,8,1,16,1,8,1,8,1,8,1,8,1,
|
||||
8,1,8,2,8,3,6,1,14,3,16,4,4,2,8,2,
|
||||
4,1,4,1,4,2,14,127,0,127,0,1,12,1,12,1,
|
||||
2,1,2,252,4,9,8,4,8,9,8,31,8,126,2,254,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue