diff options
author | Larry Hastings <larry@hastings.org> | 2015-08-25 02:53:56 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-08-25 02:53:56 (GMT) |
commit | 1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3 (patch) | |
tree | 836104fd30d40ea75ee8ce2ebb4950825f9ac451 /Python/importlib.h | |
parent | 7250d02b738692fb76a47d75691cca6ba1561040 (diff) | |
download | cpython-1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3.zip cpython-1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3.tar.gz cpython-1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3.tar.bz2 |
Issue #24769: Interpreter now starts properly when dynamic loading
is disabled. Patch by Petr Viktorin.
Diffstat (limited to 'Python/importlib.h')
-rw-r--r-- | Python/importlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index d5d3406..a4daf62 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -1304,7 +1304,7 @@ const unsigned char _Py_M__importlib[] = { 0,1,100,1,0,83,41,2,122,22,69,120,101,99,32,97, 32,98,117,105,108,116,45,105,110,32,109,111,100,117,108,101, 78,41,3,114,65,0,0,0,114,57,0,0,0,90,12,101, - 120,101,99,95,100,121,110,97,109,105,99,41,2,114,19,0, + 120,101,99,95,98,117,105,108,116,105,110,41,2,114,19,0, 0,0,114,89,0,0,0,114,10,0,0,0,114,10,0,0, 0,114,11,0,0,0,114,139,0,0,0,233,2,0,0,115, 2,0,0,0,0,3,122,27,66,117,105,108,116,105,110,73, |