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

pxd files for posix and libc should use system includes #1432

Closed
robertwb opened this issue Feb 2, 2016 · 2 comments
Closed

pxd files for posix and libc should use system includes #1432

robertwb opened this issue Feb 2, 2016 · 2 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Feb 2, 2016

Currently, all *.pxd files in Cython/Includes use the cdef extern from "some_header.h" syntax instead of cdef extern from "<some_header.h>". I believe at least for libc and posix, Cython should generate system includes instead.

Migrated from http://trac.cython.org/ticket/878

@robertwb
Copy link
Contributor Author

robertwb commented Feb 2, 2016

@Nikratio changed cc to nikratio
commented

@robertwb
Copy link
Contributor Author

Fixed in 7bc65be and predecessors.

@robertwb robertwb modified the milestones: 0.25, wishlist Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant