Your message dated Tue, 17 Jan 2012 12:26:57 +0000
with message-id <[email protected]>
and subject line Bug#639347: Removed package(s) from unstable
has caused the Debian Bug report #579921,
regarding python-psyco: does not support new Python 2.6 bytecodes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
579921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579921
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-psyco
Version: 1.6-2
Severity: normal
User: [email protected]
Usertags: python2.6

Psyco does not support bytecodes that were introduced in Python 2.6. As far as I can see, support for (some of?) them is already implemented and committed to the upstream VCS.

Example:

$ cat test.py import sys
import psyco
psyco.log('log.' + sys.version[:3])
psyco.full()

def f():
    return {1:2, 3:4}
f()

$ python2.5 test.py $ python2.6 test.py
$ sed -i -e 's/[0-9:.]*//' log.2.[56]

$ diff -u log.2.[56]
--- log.2.5     2010-05-02 12:18:34.000000000 +0200
+++ log.2.6     2010-05-02 12:18:34.000000000 +0200
@@ -1,4 +1,5 @@
   Logging started, 05/02/10                  %%%%%%%%%%%%%%%%%%%%
   FullCompiler: starting                                    %%%%%
+  unsupported opcode 54 at f:9                                % %
   memory usage: 44+ kb                                          %
   program exit, 05/02/10                     %%%%%%%%%%%%%%%%%%%%

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 1.6-2+rm

Dear submitter,

as the package psyco has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/639347

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to