Update to 0.27. Changelog available here.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R585:23efcf8c1045: Update cython to 0.27
In [1]: %load_ext cython In [2]: %%cython ...: def sum(int a, int b): ...: cdef int s = a + b ...: return s ...: In [3]: sum(2, 3) Out[3]: 5
Diff Detail
Diff Detail
- Repository
- R585 cython
- Lint
Lint Not Applicable - Unit
Tests Not Applicable