diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-19 01:33:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-19 01:33:16 +0000 |
commit | fa5389f1abd0e736457a3768be096e1cce92dc4e (patch) | |
tree | 4ad6c27edfcf9a07de39c762f8ad53b723977a9d /lang/py-psyco/distinfo | |
parent | 007e2decebdd3acacd76189abf2bb0a15cefcc49 (diff) | |
download | pkgsrc-fa5389f1abd0e736457a3768be096e1cce92dc4e.tar.gz |
Update to 1.4, based on PR 31335 by Victor I.
Additional PLIST fixes.
Changes in 1.4:
An interesting new optimization: instances of user-defined classes
are now really supported, i.e. their attributes keep type information
and are stored quite compactly in memory. However, it only works
so far with instances of a new type ``psyco.compact`` (which is
subclassable). The line ``from psyco.classes import *`` has the
effect of turning your classes into psyco.compact subclasses, too.
Changes in 1.3:
Includes support for Python 2.4 (and of course still for 2.1-2.3).
As always comes with a few bug fixes, including a memory leak when
using the profiler. Another good news is that the built-in functions
that read the local variables -- locals(), eval(), execfile(),
vars(), dir(), input() -- now work correctly!
Diffstat (limited to 'lang/py-psyco/distinfo')
-rw-r--r-- | lang/py-psyco/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/py-psyco/distinfo b/lang/py-psyco/distinfo index 5dd7de87d6e..0c3f49a36be 100644 --- a/lang/py-psyco/distinfo +++ b/lang/py-psyco/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:03:10 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/10/19 01:33:16 wiz Exp $ -SHA1 (psyco-1.2-src.tar.gz) = 8962da56d5fe6e79e06d0780feb1156de63b4ace -RMD160 (psyco-1.2-src.tar.gz) = 94a4774dee7557b5f70b960a30c3e18c96cc8bdf -Size (psyco-1.2-src.tar.gz) = 318472 bytes +SHA1 (psyco-1.4-src.tar.gz) = 965d2b8fdecde3f1fb3a1855b697b53da66fa058 +RMD160 (psyco-1.4-src.tar.gz) = 9520355ea9e55f6c910e6c0563bc2ea8f3a17535 +Size (psyco-1.4-src.tar.gz) = 345871 bytes |