cpython icon indicating copy to clipboard operation
cpython copied to clipboard

remove all unused consts in from code objects

Open iritkatriel opened this issue 3 years ago • 0 comments

The compiler currently removes the trailing unused consts from code objects. We should remove all unused consts (except the first one, which may be a docstring).

  • PR: gh-99255

iritkatriel avatar Nov 08 '22 17:11 iritkatriel