Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make void to quad give error than segfault#147

Merged
SwayamInSync merged 4 commits intonumpy:mainfrom
SwayamInSync:main
Sep 9, 2025
Merged

Make void to quad give error than segfault#147
SwayamInSync merged 4 commits intonumpy:mainfrom
SwayamInSync:main

Conversation

@SwayamInSync
Copy link
Member

Follow up of #145

@SwayamInSync
Copy link
Member Author

SwayamInSync commented Sep 9, 2025

Let's do a release after this, what should be the versioning name? @ngoldbaum

void *NPY_UNUSED(auxdata))
{
PyErr_SetString(PyExc_RuntimeError, "void_to_quad_strided_loop should not be called");
return -1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could probably also do something similar in NumPy, but this is fine for now.

@ngoldbaum
Copy link
Member

Probably 0.2 because of all the packaging changes.

@SwayamInSync
Copy link
Member Author

Probably 0.2 because of all the packaging changes.

Got it

@SwayamInSync
Copy link
Member Author

GitHub is depreciating the macos-13 runner image maybe that's why it is getting slower than others.

From next versioning we can change our CI to use macos-14 and 15 images

@SwayamInSync SwayamInSync merged commit 3d0ebed into numpy:main Sep 9, 2025
7 checks passed
@SwayamInSync SwayamInSync added this to the v1.0 milestone Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants