diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-13 14:06:39 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-13 14:06:39 -0500 |
commit | 7701e6ef93be47b6d9646321ff95530653097d68 (patch) | |
tree | ff3b21ece3419a59035ce91526f022a4c45b915c /Python/importlib.h | |
parent | 327992330e13cd6663faa8400f9ff46daab828b0 (diff) | |
download | cpython-git-7701e6ef93be47b6d9646321ff95530653097d68.tar.gz |
make some freezing related stuff const
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 13db56d95e..b4aab8384e 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -1,5 +1,5 @@ /* Auto-generated by Modules/_freeze_importlib.c */ -unsigned char _Py_M__importlib[] = { +const unsigned char _Py_M__importlib[] = { 99,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0, 0,64,0,0,0,115,229,3,0,0,100,0,0,90,0,0, 100,130,0,90,1,0,100,4,0,100,5,0,132,0,0,90, |