Re: Resizable array questions

2005-01-04 Thread Leopold Toetsch
Simon Glover <[EMAIL PROTECTED]> wrote: > 1) When we resize a Resizable*Array (where * = Integer, Float or String) > by calling set_integer_native, we also set the PMC's active_destroy > flag. However, we don't do this when resizing a ResizablePMCArray > (which also has a different memory allo

Resizable array questions

2005-01-03 Thread Simon Glover
1) When we resize a Resizable*Array (where * = Integer, Float or String) by calling set_integer_native, we also set the PMC's active_destroy flag. However, we don't do this when resizing a ResizablePMCArray (which also has a different memory allocation strategy). Is this because we don't stri