------ art_8280_3446189.1159114147674 Content-Type: multipart/alternative; boundary --- art_8281_5164411.1159114147674" ------ art_8281_5164411.1159114147674 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/24/06, Nobuyoshi Nakada <nobu / ruby-lang.org> wrote: > > Hi, > > At Sun, 24 Sep 2006 11:52:27 +0900, > Devin Mullins wrote in [ruby-talk:216068]: > > > > Bob Hutchison wrote: > > > A short article describing a problem in the implementation of array > > > shift in Ruby 1.8.4 with a simple one-line fix in the C code is here: > > That's half a fix. If you're using shift and push to manage a queue, you > > still have an ever-growing buffer.* > > Does this patch fix it? > > > Index: array.c >