diff options
author | Anthony Sottile <asottile@umich.edu> | 2019-01-13 04:05:13 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2019-01-13 04:05:13 (GMT) |
commit | 995d9b92979768125ced4da3a56f755bcdf80f6e (patch) | |
tree | 2184ab1771b87883a92391f41229a12ce4cbd9d3 /Python/importlib_zipimport.h | |
parent | 1cffd0eed313011c0c2bb071c8affeb4a7ed05c7 (diff) | |
download | cpython-995d9b92979768125ced4da3a56f755bcdf80f6e.zip cpython-995d9b92979768125ced4da3a56f755bcdf80f6e.tar.gz cpython-995d9b92979768125ced4da3a56f755bcdf80f6e.tar.bz2 |
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Diffstat (limited to 'Python/importlib_zipimport.h')
-rw-r--r-- | Python/importlib_zipimport.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Python/importlib_zipimport.h b/Python/importlib_zipimport.h index e00010c..299d1c5 100644 --- a/Python/importlib_zipimport.h +++ b/Python/importlib_zipimport.h @@ -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, |