diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-05-23 17:23:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 17:23:05 (GMT) |
commit | 84c6607a8188064db010010bcb67f8e54311f1b0 (patch) | |
tree | ff6f5ca51527ff2ff77c934013515352718e5fb4 | |
parent | 56bc3b768c3cc3817031b56d5e7a279aa1296bc9 (diff) | |
download | cpython-84c6607a8188064db010010bcb67f8e54311f1b0.zip cpython-84c6607a8188064db010010bcb67f8e54311f1b0.tar.gz cpython-84c6607a8188064db010010bcb67f8e54311f1b0.tar.bz2 |
Update importlib.h (GH-1762)
-rw-r--r-- | Python/importlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index 4cc30af..eda1dc7 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -1800,7 +1800,7 @@ const unsigned char _Py_M__importlib[] = { 0,0,114,79,0,0,0,114,1,0,0,0,41,1,114,203, 0,0,0,114,10,0,0,0,114,10,0,0,0,114,11,0, 0,0,218,27,95,105,110,115,116,97,108,108,95,101,120,116, - 101,114,110,97,108,95,105,109,112,111,114,116,101,114,115,119, + 101,114,110,97,108,95,105,109,112,111,114,116,101,114,115,120, 4,0,0,115,6,0,0,0,0,3,8,1,4,1,114,204, 0,0,0,41,2,78,78,41,1,78,41,2,78,114,19,0, 0,0,41,51,114,3,0,0,0,114,115,0,0,0,114,12, @@ -1828,5 +1828,5 @@ const unsigned char _Py_M__importlib[] = { 16,8,36,14,27,14,101,16,26,6,3,10,45,14,60,8, 17,8,17,8,25,8,29,8,23,8,16,14,73,14,77,14, 13,8,9,8,9,10,47,8,20,4,1,8,2,8,27,8, - 6,10,25,8,31,8,27,18,35,8,7,8,47,8,7, + 6,10,25,8,31,8,27,18,35,8,7,8,47,8,8, }; |