diff options
author | Ned Deily <nad@python.org> | 2017-03-04 12:04:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-04 12:04:41 (GMT) |
commit | 5976b9a88b8510789ed6e1679cc3578f7b345eb1 (patch) | |
tree | b1a2129d470fef1414be716c6dc043bf2fc2beea | |
parent | 1d391f926b37484b8d4b326003a72c0084db19ec (diff) | |
download | cpython-5976b9a88b8510789ed6e1679cc3578f7b345eb1.zip cpython-5976b9a88b8510789ed6e1679cc3578f7b345eb1.tar.gz cpython-5976b9a88b8510789ed6e1679cc3578f7b345eb1.tar.bz2 |
Refresh Python/importlib.h and Python/importlib_external.h (#464)
-rw-r--r-- | Python/importlib.h | 2 | ||||
-rw-r--r-- | Python/importlib_external.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index 195fbfd..4607c40 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -392,7 +392,7 @@ const unsigned char _Py_M__importlib[] = { 111,118,101,100,197,0,0,0,115,2,0,0,0,0,8,114, 58,0,0,0,114,33,0,0,0,41,1,218,9,118,101,114, 98,111,115,105,116,121,99,1,0,0,0,1,0,0,0,3, - 0,0,0,5,0,0,0,71,0,0,0,115,54,0,0,0, + 0,0,0,4,0,0,0,71,0,0,0,115,54,0,0,0, 116,0,106,1,106,2,124,1,107,5,114,50,124,0,106,3, 100,6,131,1,115,30,100,3,124,0,23,0,125,0,116,4, 124,0,106,5,124,2,142,0,116,0,106,6,100,4,141,2, diff --git a/Python/importlib_external.h b/Python/importlib_external.h index 2f40978..886aa68 100644 --- a/Python/importlib_external.h +++ b/Python/importlib_external.h @@ -578,7 +578,7 @@ const unsigned char _Py_M__importlib_external[] = { 218,17,95,102,105,110,100,95,109,111,100,117,108,101,95,115, 104,105,109,157,1,0,0,115,10,0,0,0,0,10,14,1, 16,1,4,1,22,1,114,127,0,0,0,99,4,0,0,0, - 0,0,0,0,11,0,0,0,22,0,0,0,67,0,0,0, + 0,0,0,0,11,0,0,0,19,0,0,0,67,0,0,0, 115,136,1,0,0,105,0,125,4,124,2,100,1,107,9,114, 22,124,2,124,4,100,2,60,0,110,4,100,3,125,2,124, 3,100,1,107,9,114,42,124,3,124,4,100,4,60,0,124, |