]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1333982: string/number constants were inappropriately stored
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 4 Aug 2006 05:09:28 +0000 (05:09 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 4 Aug 2006 05:09:28 +0000 (05:09 +0000)
commit0cbd805a10b91f803bccbb5a54f8e54c2e40e9e8
tree62229621195dcaf1c38378924227066697ef8643
parent4ffedadb1032a4310e756d476310d056ad209310
Bug #1333982: string/number constants were inappropriately stored
in the byte code and co_consts even if they were not used, ie
immediately popped off the stack.
Lib/test/test_code.py
Misc/NEWS
Python/compile.c