AlanCristhian / statically

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

Modifications for Python 3.5 compatibility #2

Closed JordanReiter closed 6 years ago

JordanReiter commented 6 years ago

These code changes maintain functionality under 3.6, but also allow for compatibility under Python 3.5.

I also added a test to confirm that code is in fact compiling into cython.

AlanCristhian commented 6 years ago

Thanks for your contribution.