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
Read-only memoryview fields in a cdef class lead to AssertionError #2251
Labels
Milestone
Comments
This is still an issue on 0.29.14. Attempting to assign anything to the memory view definition also generates the same error:
|
+1 also observed on 0.29.21. Any fix? |
Does this also fail in Cython 3.0? |
@scoder yes, just tested on Cython 3.0a6:
|
Thanks for the short reproducer and for testing it. |
scoder
added a commit
that referenced
this issue
Nov 7, 2020
4 tasks
This was referenced Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am using Cython 0.28.2 from Anaconda and noticed that the following code will lead to AssertionError during Cython compilation:
% cython --version
Cython version 0.28.2
Thank you
The text was updated successfully, but these errors were encountered: