Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Fri Sep 22 17:00:00 2006 Matthew Barnes <mbarnes{%}redhat{*}com> - 0.8.4-2.fc6
- Don't %ghost .pyo files (bug #205445).
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.9.4-1.1
- rebuild
- * Wed Apr 19 17:00:00 2006 John (J5) Palmieri <johnp{%}redhat{*}com> - 0.9.4-1
- Upgrade to upstream 0.9.4