AlanCristhian / statically

Compiles a python function with cython using only a decorator.
MIT License
185 stars 6 forks source link

Clarify difference to "@cython.compile" decorator #5

Open scoder opened 6 years ago

scoder commented 6 years ago

There seem to be some differences to the @cython.compile decorator, so the Cython project would be happy to receive pull requests that improve it.

https://github.com/cython/cython/blob/48724f5f283a599f2189b8554b1aa15bf28c0d7c/Cython/Shadow.py#L138

https://github.com/cython/cython/blob/48724f5f283a599f2189b8554b1aa15bf28c0d7c/Cython/Build/Inline.py#L322-L343

AlanCristhian commented 6 years ago

I agree. I will send a pull request soon.

disconnect3d commented 6 years ago

@AlanCristhian any news on that?

h5rdly commented 5 years ago

@AlanCristhian any news on that?

+1 Shouldn't this be part of Cython?