This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients alex, dmalcolm, pitrou, rhettinger
Date 2010-01-12.22:59:43
SpamBayes Score 4.3257533e-05
Marked as misclassified No
Message-id <1263337185.91.0.0590724001482.issue6690@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for looking at the patch.

Attached is an updated version (again against py3k) which adds tests to Lib/test/test_peepholer.py, for both the new folding away of BUILD_SET, and for the pre-existing folding of BUILD_LIST (which didn't seem to have tests).

Hopefully these look good.  One possible worry I had with them is with the string comparison against repr(various frozensets) for the disassembly of the bytecode: the new tests thus assume that the ordering of the repr of a frozenset is constant.  Is this a reasonable assumption, or should the choice of test items be changed to ones with more robust ordering in their repr() string?
History
Date User Action Args
2010-01-12 22:59:45dmalcolmsetrecipients: + dmalcolm, rhettinger, pitrou, alex
2010-01-12 22:59:45dmalcolmsetmessageid: <1263337185.91.0.0590724001482.issue6690@psf.upfronthosting.co.za>
2010-01-12 22:59:44dmalcolmlinkissue6690 messages
2010-01-12 22:59:43dmalcolmcreate