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 jdharper
Recipients jdharper, mark.dickinson, pitrou, r.david.murray, rhettinger
Date 2011-02-18.22:25:19
SpamBayes Score 0.08677929
Marked as misclassified No
Message-id <1298067924.89.0.289846776211.issue11244@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch against the version of test_peepholer.py in 3.2rc3.  It verifies that expressions like the following are optimized:

3*-4
(1,-2,3)
a in {1,-2,3)
History
Date User Action Args
2011-02-18 22:25:24jdharpersetrecipients: + jdharper, rhettinger, mark.dickinson, pitrou, r.david.murray
2011-02-18 22:25:24jdharpersetmessageid: <1298067924.89.0.289846776211.issue11244@psf.upfronthosting.co.za>
2011-02-18 22:25:20jdharperlinkissue11244 messages
2011-02-18 22:25:20jdharpercreate