This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: memmap behavior changed
Type: behavior Stage: resolved
Components: Demos and Tools Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: agiovannucci
Priority: normal Keywords:

Created on 2017-03-07 00:16 by agiovannucci, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg289146 - (view) Author: Andrea Giovannucci (agiovannucci) Date: 2017-03-07 00:16
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?
History
Date User Action Args
2022-04-11 14:58:43adminsetgithub: 73930
2017-03-07 03:25:27xiang.zhangsetstatus: open -> closed
stage: resolved
2017-03-07 00:52:01agiovannuccisetresolution: not a bug
2017-03-07 00:16:37agiovannuccicreate