Re: perlhash iter busted
Sam Ruby <[EMAIL PROTECTED]> wrote: > Test case attached. Another one of my hacks. The combination "KEY_integer_FLAG|KEY_number_FLAG" was invented to optimize the sequence d = dict.fromkeys(xrange(100)) with integer keys. > - Sam Ruby Fixed, leo
perlhash iter busted
Test case attached. - Sam Ruby Index: t/pmc/perlhash.t === RCS file: /cvs/public/parrot/t/pmc/perlhash.t,v retrieving revision 1.48 diff -u -r1.48 perlhash.t --- t/pmc/perlhash.t1 Oct 2004 21:16:52 - 1.48 +++ t/pmc/perlha