- reserve() did not set the addressable size to the current capacity before resizing, which meant that the delete[] would not have the true allocated size. Only affects memory-pool usage (#3381), which is not yet integrated ENH: remove unused DynamicList '*_unsafe()' methods - can result in a mismatch between allocated and addressed sizes, which becomes important for memory-pool usage.