diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-07-24 16:19:43 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-12-02 10:29:30 -0700 |
commit | 4af600d10b3edac291e5a2072b3d909e7a3568ae (patch) | |
tree | a5613cf6842410a00382fe530954c350e867e539 /numpy/distutils/unixccompiler.py | |
parent | f434a6444304aff2c937da93e2f2045ba4419f05 (diff) | |
download | numpy-4af600d10b3edac291e5a2072b3d909e7a3568ae.tar.gz |
REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"
This reverts commit 71fc59d587016d6f36007ba06e074d4d4a6b483d
which was part of gh-13399 and the followup commit
ba53a63ee9be7a7bad7685b051a0ef984caa321e from gh-13663.
The issue is that we mix Sequence protocol and `__array__` usage when
coercing arrays. It seems easiest to revert this for the 1.18.x release
and make a larger breaking change in the 1.19.x release cycle. Since
this only occurs for stranger array-likes.
Diffstat (limited to 'numpy/distutils/unixccompiler.py')
0 files changed, 0 insertions, 0 deletions