Currently I've bypass the problem by obfuscating all global symbols
in .py source file, before compiling it to pyd, but maybe there is a
better way?
Czarek.
cdef functions are not exposed to python, although their names are
mangled deterministically. Cython is really not a code obfuscator and
as such may not be the right tool.