robertwb / issues-import-test

0 stars 0 forks source link

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

Open robertwb opened 7 years ago

robertwb commented 7 years ago

Reported by nikratio on 2 Feb 2016 17:12 UTC 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 commented 7 years ago

Modified by nikratio on 2 Feb 2016 17:13 UTC