]> granicus.if.org Git - python/commit
(), [], and {} should not be represented as constant expressions, they
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 18:32:46 +0000 (18:32 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 18:32:46 +0000 (18:32 +0000)
commit42907790b61419882e112dab645ac1b53fd24148
tree76d9c4e585678fd96597ed59fd26c9f0f6a44836
parente817acd957c8be17caa6711ddd00e44aa793b355
(), [], and {} should not be represented as constant expressions, they
should be calls to BUILD_ ops for these types with no arguments
Lib/compiler/transformer.py
Tools/compiler/compiler/transformer.py