]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99254: remove all unused consts from code objects (GH-99255)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 11 Nov 2022 10:53:43 +0000 (10:53 +0000)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2022 10:53:43 +0000 (10:53 +0000)
commit3dd6ee2c0022cb49e5cb8862a569bdd35b6a72bc
tree088c87ecddc5a792051c109e1cef49d3ba44d92a
parentfaf7dfa656bd52959156fed39a4c680b2b13e032
gh-99254: remove all unused consts from code objects (GH-99255)
Lib/importlib/_bootstrap_external.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-11-08-17-47-10.gh-issue-99254.RSvyFt.rst [new file with mode: 0644]
Python/compile.c