compile native-code modules for Python from Python-like syntax
Pyrex lets you write code that mixes Python and C data types any way you want,
and compiles it into a C extension for Python.
.
You can get very large speedups for tasks that don't need all the dynamic
features of Python, with very small differences in syntax and much less
hassle than writing your modules from scratch in C.
Attachment | Size | Date |
---|---|---|
python-pyrex_0.9.8.5-2_all.deb | 215.35 KB | 05/08/2013 - 13:21 |
pyrex (0.9.8.5-2) unstable; urgency=low
* Acknowledge NMU (closes: #519951)
* Adjust pyrex-mode depends for emacs22 (closes: #485766)
* Fix Vcs-* fields (closes: #536808)
* Bump Standards-Version to 3.8.3
Recent comments