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 mwh
Recipients
Date 2000-11-02.17:00:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch makes BUILD_MAP more like BUILD_LIST, and uses these newfound abilities to compile literal dictionaries into code more like that for lists and tuples.

No reason, really, beyong asthetics & the fact that this'll make some hacks I want to inflict on the function call mechanism easier...
History
Date User Action Args
2007-08-23 15:02:26adminlinkissue402227 messages
2007-08-23 15:02:26admincreate