On Tue, Apr 12, 2016 at 10:36 AM, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> (this thread is related to the thread "Question about how best require
> compiler options for C sources")
>
> I have a question for Cython users and developers: are you sure that "cdef
> public" actually works as documented at
> http://docs.cython.org/src/userguide/external_C_code.html#public-declarations
>
> I couldn't find it tested in the Cython testsuite, although it's not easy to
> know what to grep for. I hightly doubt that it works on OS X because of the
> difference between shared libraries (with .dylib extension) and loadable
> modules/bundles (with .so extension).

Do you have a reference about this distinction on hand?  I've seen
.dylib files on OSX before but never understood the distinction.  I
tend to irrationally avoid learning anything about OSX for as long as
possible, the way most OSS people do with Windows :)

Seems like a good question though.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to