Is it possible to compile Cython code to a dynamic library (e.g. dll) using something like --embed flag?
e.g. renaming pyd file to dll only shows the init method using dependency walker
related questions:
How to use Cython to create a stand dll Can Cython compile to an EXE?