- Collector #2438: Using a slice operation like [30:] on a
ZCatalog search result caused a MemoryError because the __getslice__ implementation used range() instead of xrange().
Showing
Please register or sign in to comment
ZCatalog search result caused a MemoryError because the __getslice__ implementation used range() instead of xrange().