Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Wed Aug 18 19:00:00 2004 John (J5) Palmieri <johnp{%}redhat{*}com> - 0:0.9.2.1-2
- Added Steve Grubb's spec file patch (RH Bug #130200)
- * Fri Jun 25 19:00:00 2004 John (J5) Palmieri <johnp{%}redhat{*}com> - 0:0.9.2.1-1
- New upstream version
- Pyrex-0.9-split-base-types.patch synced for new version
- * Tue Jun 15 19:00:00 2004 Elliot Lee <sopwith{%}redhat{*}com>
- rebuilt