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 rhettinger
Recipients georg.brandl, r.david.murray, rhettinger, skip.montanaro, swamiyeswanth, takayuki
Date 2011-02-13.21:51:07
SpamBayes Score 0.0018894275
Marked as misclassified No
Message-id <1297633870.1.0.835347565909.issue11205@psf.upfronthosting.co.za>
In-reply-to
Content
<sigh> If only a test had been checked-in eight years ago ...

It looks like a number of things have to be changed in order to bring behavior back to what the docs promise.  Dict literals and dict comprehensions need to be fixed in both the compile.py and compile.c.  To avoid introducing a ROT_TWO, the store STORE_MAP and MAP_ADD opcodes need minor modifications (just switch the u and w variable assignments).
History
Date User Action Args
2011-02-13 21:51:10rhettingersetrecipients: + rhettinger, skip.montanaro, georg.brandl, r.david.murray, swamiyeswanth, takayuki
2011-02-13 21:51:10rhettingersetmessageid: <1297633870.1.0.835347565909.issue11205@psf.upfronthosting.co.za>
2011-02-13 21:51:07rhettingerlinkissue11205 messages
2011-02-13 21:51:07rhettingercreate