Commit f026cfe
committed
Implement Base.IndexStyle for PyObjectArray using a type argument
Base already defines a IndexStyle(::AbstractArray) method for object arguments
that uses the object type, so we can implement that directly and avoid the
invalidations from implement Base.IndexStyle(::PyObjectArray).1 parent 625f786 commit f026cfe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments