[issue29744] memmap behavior changed
Changes by Andrea Giovannucci : -- resolution: -> not a bug ___ Python tracker <http://bugs.python.org/issue29744> ___ ___ Python-bugs-list mailing list Un
[issue29744] memmap behavior changed
New submission from Andrea Giovannucci: The previous version 2.7.12 was returning a memmap file when slicing with a list of integers, now it returns an array. This affects the behaviour of several functions in my package. Is that an aware choice or a side product of some other change