diff options
author | Guido van Rossum <guido@python.org> | 2021-06-23 16:51:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 16:51:44 (GMT) |
commit | 769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38 (patch) | |
tree | 48ceed799fea9009441a6eb71c97cdee08e16eb5 /Programs | |
parent | 34356a0a4bad0be124ae892cda6c30a38f5f1061 (diff) | |
download | cpython-769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38.zip cpython-769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38.tar.gz cpython-769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38.tar.bz2 |
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 'Programs')
-rw-r--r-- | Programs/test_frozenmain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Programs/test_frozenmain.h b/Programs/test_frozenmain.h index 6256e98..519b915 100644 --- a/Programs/test_frozenmain.h +++ b/Programs/test_frozenmain.h @@ -1,7 +1,7 @@ // Auto-generated by Programs/freeze_test_frozenmain.py unsigned char M_test_frozenmain[] = { 227,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0, - 0,64,0,0,0,115,86,0,0,0,100,0,100,1,108,0, + 0,0,0,0,0,115,86,0,0,0,100,0,100,1,108,0, 90,0,100,0,100,1,108,1,90,1,101,2,100,2,131,1, 1,0,101,2,100,3,101,0,106,3,131,2,1,0,101,1, 160,4,161,0,100,4,25,0,90,5,100,5,68,0,93,14, |