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 arigo
Recipients alex, arigo, benjamin.peterson, ezio.melotti, jcea
Date 2012-10-29.18:49:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351536587.74.0.0120681982668.issue16345@psf.upfronthosting.co.za>
In-reply-to
Content
In case of doubt, see the source code of PyPy :-)

        w_dict = space.call_function(w_type)
        for w_key in space.listview(w_keys):
            space.setitem(w_dict, w_key, w_fill)

(Seriously more compact.)  No clear there...
History
Date User Action Args
2012-10-29 18:49:47arigosetrecipients: + arigo, jcea, benjamin.peterson, ezio.melotti, alex
2012-10-29 18:49:47arigosetmessageid: <1351536587.74.0.0120681982668.issue16345@psf.upfronthosting.co.za>
2012-10-29 18:49:47arigolinkissue16345 messages
2012-10-29 18:49:47arigocreate