-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2008-11391 2008-12-17 03:34:17 --------------------------------------------------------------------------------
Name : python-psyco Product : Fedora 9 Version : 1.6 Release : 1.fc9 URL : http://psyco.sourceforge.net/ Summary : The Python Specialing Compiler Description : Psyco is a kind of just-in-time (JIT) compiler, a little bit like what exists for other languages, that emit machine code on the fly instead of interpreting your Python program step by step. The difference with the traditional approach to JIT compilers is that Psyco writes several version of the same blocks (a block is a bit of a function), which are optimized by being specialized to some kinds of variables (a "kind" can mean a type, but it is more general). The result is that your unmodified Python programs run faster. -------------------------------------------------------------------------------- ChangeLog: * Fri Dec 12 2008 Conrad Meyer <[email protected]> - 1.6-1 - Bump to new version (1.6). * Sat Nov 29 2008 Ignacio Vazquez-Abrams <[email protected]> - 1.5.1-12 - Fix locations for Python 2.6 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <[email protected]> - 1.5.1-11 - Rebuild for Python 2.6 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update python-psyco' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at http://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ Fedora-package-announce mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-announce
