Your message dated Sat, 11 Jul 2020 17:56:24 +0000
with message-id <[email protected]>
and subject line Bug#937519: Removed package(s) from unstable
has caused the Debian Bug report #536145,
regarding python-pyrex: access to dictionary-like objects is broken
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.)


-- 
536145: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536145
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pyrex
Version: 0.9.8.5-1
Severity: important

(This bug is somewhat related to #483035.)

$ cat tmp.py
import weakref

class Object(object):
  pass

cdef object o, d
o = Object()
d = weakref.WeakValueDictionary()

def f(long x):
  d[x] = o

f(0)
f(-42)
print dict(d)

$ pyrexc tmp.pyx
$ gcc -fPIC -shared -I/usr/include/python2.5/ -lpython2.5 tmp.c -o tmp.so
$ python -c 'import tmp'
{0: <tmp.Object object at 0xb805994c>, -41: <tmp.Object object at 0xb805994c>}


As you can see, -42 magically turned into -41.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pyrex depends on:
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-central                0.6.11     register and build utility for Pyt

Versions of packages python-pyrex recommends:
ii  python-all-dev                2.5.4-2    Package depending on all supported

python-pyrex suggests no packages.

-- no debconf information

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Version: 0.9.9-1+rm

Dear submitter,

as the package pyrex 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 https://bugs.debian.org/937519

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

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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.
Sean Whitton (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to