Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dangling pointer leading to unexpected behavior with -O3 #104

Merged
merged 2 commits into from
Mar 29, 2023

Conversation

saimn
Copy link
Contributor

@saimn saimn commented Mar 28, 2023

Fix #97

Copy link
Member

@avalentino avalentino left a comment

Choose a reason for hiding this comment

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

LGTM

@avalentino avalentino requested a review from mhvk March 28, 2023 18:23
@mhvk
Copy link
Contributor

mhvk commented Mar 28, 2023

Totally fine with this even though it seems a bit odd that it is needed. But it does feel like this is actually clearer!

Is this enough reason to make another quick release? It feels like it should be, but then we do need an entry to CHANGES.rst.

@mhvk
Copy link
Contributor

mhvk commented Mar 29, 2023

Thanks! Let's get it in.

@mhvk mhvk merged commit c12b70e into liberfa:master Mar 29, 2023
@saimn saimn deleted the fix-O3 branch March 29, 2023 13:43
@mhvk
Copy link
Contributor

mhvk commented Sep 15, 2023

There a related failure due to a dangling pointer at #112 (comment) (see comment above it as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: Invalid data-type for array with Python 3.11
3 participants