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

Error when using cython 0.28.3 #33

Open
tzulberti-jampp opened this issue Jun 8, 2018 · 1 comment
Open

Error when using cython 0.28.3 #33

tzulberti-jampp opened this issue Jun 8, 2018 · 1 comment

Comments

@tzulberti-jampp
Copy link
Contributor

There are many errors while compiling the project when using cython 0.28.3

Error compiling Cython file:
------------------------------------------------------------
...
                                    self.index[startpos,1],
                                    pybuf.len) == bkey:
                                return True
                            startpos += 1
                finally:
                    PyBuffer_Release(cython.address(pybuf))
                                          ^
------------------------------------------------------------

sharedbuffers/mapped_struct.py:4061:43: Taking address of non-lvalue (type Python object)
@klaussfreire
Copy link
Contributor

That's a bug in Cython 0.27.1 and above.

cython/cython#2046

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

No branches or pull requests

2 participants