]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
authorGuido van Rossum <guido@python.org>
Wed, 23 Jun 2021 16:51:44 +0000 (09:51 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 16:51:44 +0000 (09:51 -0700)
commit769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38
tree48ceed799fea9009441a6eb71c97cdee08e16eb5
parent34356a0a4bad0be124ae892cda6c30a38f5f1061
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.
Doc/library/inspect.rst
Include/cpython/code.h
Lib/test/test_code.py
Lib/test/test_dis.py
Objects/codeobject.c
Programs/test_frozenmain.h
Python/frozen_hello.h
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h