Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
Pyrex: A compiler/language for writing Python extension modules.
- Summary
- Pyrex is Python with C types. It is specially designed to allow you to
write extension modules for Python that have the speed of C and the
simplicity and readability of Python. You write your code in a Python-like
language with C-typed variables, then use the pyrexc compiler to transform
it into a C representation. This is useful for speeding up critical sections
of your Python code or wrapping an external library.
Please see the documentation for how to get the best performance from your
code.
Changelog
- * Thu Mar 15 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Sat Sep 23 01:00:00 2006 Matthew Barnes <mbarnes{%}redhat{*}com> - 0.8.4-2.fc6
-
- Don't %ghost .pyo files (bug #205445).
- * Thu Jul 13 01:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.9.4-1.1
-
- rebuild