| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…py#29286) Need to use the actual dtype, not the one passed to the array creation (because it can get replaced). Fixes numpy#29279.
| #endif | ||
| #endif | ||
| #ifndef USE_ALLOC_CACHE | ||
| #define USE_ALLOC_CACHE 1 |
There was a problem hiding this comment.
Ah, thanks for fixing this warning! Is this already in main?
Sorry, something went wrong.
There was a problem hiding this comment.
No :) I fixed it because the 3.13t smoke test was failing, which was new.
Sorry, something went wrong.
There was a problem hiding this comment.
PR incoming.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Backport of #29286.
Need to use the actual dtype, not the one passed to the array creation (because it can get replaced).
Fixes #29279.