Hi Fijal, On Sat, Apr 13, 2013 at 7:24 PM, Maciej Fijalkowski <[email protected]> wrote: > There is an optimization that does it for you FYI (or just use newlist_hint)
I doubt it works in this case: there is a None appended before the loop. As for newlist_hint, it doesn't have the whole effect: here we want to get a non-resizable RPython list. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
