diff options
author | Guido van Rossum <guido@python.org> | 2021-06-23 09:51:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 09:51:44 -0700 |
commit | 769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38 (patch) | |
tree | 48ceed799fea9009441a6eb71c97cdee08e16eb5 /Python/frozen_hello.h | |
parent | 34356a0a4bad0be124ae892cda6c30a38f5f1061 (diff) | |
download | cpython-git-769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38.tar.gz |
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
All uses of this flag are either setting it
or in doc or tests for it. So we should be
able to get rid of it completely.
Diffstat (limited to 'Python/frozen_hello.h')
-rw-r--r-- | Python/frozen_hello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/frozen_hello.h b/Python/frozen_hello.h index 2d20d2ad6b..c02d2c5f34 100644 --- a/Python/frozen_hello.h +++ b/Python/frozen_hello.h @@ -1,7 +1,7 @@ /* Auto-generated by Programs/_freeze_importlib.c */ const unsigned char _Py_M__hello[] = { 99,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0, - 0,64,0,0,0,115,16,0,0,0,100,0,90,0,101,1, + 0,0,0,0,0,115,16,0,0,0,100,0,90,0,101,1, 100,1,131,1,1,0,100,2,83,0,41,3,84,122,12,72, 101,108,108,111,32,119,111,114,108,100,33,78,41,2,90,11, 105,110,105,116,105,97,108,105,122,101,100,218,5,112,114,105, |