Minor bug fix release. Changelog available here.
Details
Details
- Reviewers
• sunnyflunk - Group Reviewers
Triage Team - Commits
- R585:b862dce7c492: Update cython to 0.27.1
In [1]: %load_ext cython In [2]: %%cython ...: def sum(int a, int b): ...: cdef int s = a + b ...: return s ...: In [3]: sum(5, 5) Out[3]: 10
Diff Detail
Diff Detail
- Repository
- R585 cython
- Lint
Lint Not Applicable - Unit
Tests Not Applicable