Your message dated Wed, 15 Aug 2012 17:02:49 +0000
with message-id <e1t1gzz-0002as...@franck.debian.org>
and subject line Bug#682034: fixed in python2.7 2.7.3-3
has caused the Debian Bug report #682034,
regarding Add Breaks << 2:7.3.547-4 for vim-{nox,gtk,gnome,athena}
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 ow...@bugs.debian.org
immediately.)


-- 
682034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682034
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vim-nox,libpython2.7
Version: vim-nox/2:7.3.547-3
Version: libpython2.7/2.7.3-2
Severity: important
Usertags: serious

Trying to import hashlib crashes the Python interpreter that vim embeds:

$ vim -c 'python import hashlib'
vim: symbol lookup error: vim: undefined symbol: init_hashlib


This didn't happen with python2.7/2.7.3-1… However, I cannot reproduce it without vim (e.g.: gdb, which also embeds Python, can import hashlib without problems), so perhaps it's vim doing something odd.


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

Kernel: Linux 3.4-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpython2.7 depends on:
ii  libc6      2.13-34
ii  libgcc1    1:4.7.1-5
ii  python2.7  2.7.3-2
ii  zlib1g     1:1.2.7.dfsg-13

Versions of packages vim-nox depends on:
ii  libacl1       2.2.51-8
ii  libc6         2.13-34
ii  libgpm2       1.20.4-6
ii  liblua5.1-0   5.1.5-2
ii  libperl5.14   5.14.2-12
ii  libpython2.7  2.7.3-2
ii  libruby1.9.1  1.9.3.194-1
ii  libselinux1   2.1.9-5
ii  libtinfo5     5.9-10
ii  tcl8.5        8.5.11-2
ii  vim-common    2:7.3.547-3
ii  vim-runtime   2:7.3.547-3

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Source: python2.7
Source-Version: 2.7.3-3

We believe that the bug you reported is fixed in the latest version of
python2.7, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 682...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated python2.7 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 14 Aug 2012 17:55:32 +0200
Source: python2.7
Binary: python2.7 python2.7-minimal libpython2.7 python2.7-examples 
python2.7-dev idle-python2.7 python2.7-doc python2.7-dbg
Architecture: source all amd64
Version: 2.7.3-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description: 
 idle-python2.7 - IDE for Python (v2.7) using Tkinter
 libpython2.7 - Shared Python runtime library (version 2.7)
 python2.7  - Interactive high-level object-oriented language (version 2.7)
 python2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
 python2.7-dev - Header files and a static library for Python (v2.7)
 python2.7-doc - Documentation for the high-level object-oriented language 
Python
 python2.7-examples - Examples for the Python language (v2.7)
 python2.7-minimal - Minimal subset of the Python language (version 2.7)
Closes: 682034 684612
Changes: 
 python2.7 (2.7.3-3) unstable; urgency=low
 .
   * Update to 20120814, taken from the 2.7 branch. Posix relevant patches:
     - Issue #15041: Update "see also" list in tkinter documentation.
     - Issue #14579: Fix error handling bug in the utf-16 decoder.
     - Issue #15368: An issue that caused bytecode generation to be
       non-deterministic when using randomized hashing (-R) has been fixed.
     - Issue #15567: Fix NameError when running threading._test
     - Issue #15424: Add a __sizeof__ implementation for array objects.
     - Issue #13052: Fix IDLE crashing when replace string in Search/Replace
       dialog ended with '\'.
     - Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo()
       emulation code.
     - Issue #9803: Don't close IDLE on saving if breakpoint is open.
     - Issue #12288: Consider '0' and '0.0' as valid initialvalue
       for tkinter SimpleDialog.
     - Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
     - Issue #15469: Add a __sizeof__ implementation for deque objects.
     - Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
     - Issue #15512: Add a __sizeof__ implementation for parser.
     - Issue #15402: An issue in the struct module that caused sys.getsizeof to
       return incorrect results for struct.Struct instances has been fixed.
     - Issue #15232: when mangle_from is True, email.Generator now correctly
       mangles lines that start with 'From ' that occur in a MIME preamble
       or epilog.
     - Issue #13922: argparse no longer incorrectly strips '--'s that appear
       after the first one.
     - Issue #12353: argparse now correctly handles null argument values.
     - Issue #14635: telnetlib will use poll() rather than select() when 
possible
       to avoid failing due to the select() file descriptor limit.
     - Issue #6056: Make multiprocessing use setblocking(True) on the
       sockets it uses.
     - Issue #15630: Add an example for "continue" stmt in the tutorial.
     - Issue #15250: Document that filecmp.dircmp compares files shallowly.
   * Fortified build.
   * Python/import.c: Don't export isdir().
   * Modules/socketmodule.c: Don't export netdb_lock.
   * Add breaks for vim-{nox,gtk,gnome,athena}. Closes: #682034.
   * Don't ship python2.pc, should be shipped with python-dev instead.
     Closes: #684612.
Checksums-Sha1: 
 facc52d5e7ea8a633d0630429a48774da6e8769a 2057 python2.7_2.7.3-3.dsc
 97c0394dde59f257b05fb7be70b5c3f6ad30e0f2 521100 python2.7_2.7.3-3.diff.gz
 ef514e88d609abba9120ad7eef2bafe33ebc3485 712256 
python2.7-examples_2.7.3-3_all.deb
 aacbaa1262d87e73b49680af03dd5b2853acf4ef 301034 idle-python2.7_2.7.3-3_all.deb
 d69fb4ed272682a2750855e8634dfccc29ed09ae 6272890 python2.7-doc_2.7.3-3_all.deb
 2a026b4076624df0820ca72b30b6d09ff301dd13 2748080 python2.7_2.7.3-3_amd64.deb
 9ca192b2546268f04529325c2d618a54451d40da 1761412 
python2.7-minimal_2.7.3-3_amd64.deb
 213465ce2c5c8baaecdbe191ff23b84287ec2289 1210222 libpython2.7_2.7.3-3_amd64.deb
 3bc8bf9e620ad4cf5087f21c3ae1dfcfea05162e 22804232 
python2.7-dev_2.7.3-3_amd64.deb
 2f6a946207ee0602d0f4975a3a1ca7d00a83a1af 16012020 
python2.7-dbg_2.7.3-3_amd64.deb
Checksums-Sha256: 
 7acbfc0f9cf1f2cf45bb2090d99b3fdf5bbb19ebe4ac1efd0619326312e06b3b 2057 
python2.7_2.7.3-3.dsc
 f964ef02dcd7c08e15603a7340eda5311b46f150ec632a16db4bae1ae6e41741 521100 
python2.7_2.7.3-3.diff.gz
 15619aef0c220846d14d79e401c35af4975af3089a63003ae55d3f617f7d99a3 712256 
python2.7-examples_2.7.3-3_all.deb
 35082d320716fcac3c49a6c5df9a600f8df4ab94d4bf6f9eac1d69b2f7a7d7ef 301034 
idle-python2.7_2.7.3-3_all.deb
 89ed5d298115297f0e0c7a1c556a06fd0a0a00f3d75d22b7cdb391c738bcf9ee 6272890 
python2.7-doc_2.7.3-3_all.deb
 16b2e0d88fd71b3b947e37029259beedfd25600074e6304244cd7f3b1ebfb262 2748080 
python2.7_2.7.3-3_amd64.deb
 b809056d76bad5417bcff9358b5d70a894360d935c90102ce0b59af59445fcaf 1761412 
python2.7-minimal_2.7.3-3_amd64.deb
 81b7e5080d453eee18b8ded4652b64fa53621066a783a74899d19c072228f0e5 1210222 
libpython2.7_2.7.3-3_amd64.deb
 cc6187c51e37f888b6b6b97ce9017125cb36d03ae4176506a14b186c74f1e927 22804232 
python2.7-dev_2.7.3-3_amd64.deb
 e55c43c9b597826881ab6d5d1779db1f51408f65d80bf43121e620ff190f83e5 16012020 
python2.7-dbg_2.7.3-3_amd64.deb
Files: 
 8faa2bf1ca1e2f951044b6a5dd4c1c0f 2057 python optional python2.7_2.7.3-3.dsc
 251056e2ea470b4e12e14472f6b2f894 521100 python optional 
python2.7_2.7.3-3.diff.gz
 d0f366eccc3d414909385e2c3a79ee30 712256 python optional 
python2.7-examples_2.7.3-3_all.deb
 7f00976d1b2faa7c5481c6749a3ffc80 301034 python optional 
idle-python2.7_2.7.3-3_all.deb
 fc4f4ef3b19d2c54955310f55f9bdc1a 6272890 doc optional 
python2.7-doc_2.7.3-3_all.deb
 5964651bba14e25f054a83a7cbf906ca 2748080 python optional 
python2.7_2.7.3-3_amd64.deb
 fb087ec39ea3d6a58c16e34b175b8051 1761412 python optional 
python2.7-minimal_2.7.3-3_amd64.deb
 6e48a839245a02e111fd48a086960e52 1210222 libs optional 
libpython2.7_2.7.3-3_amd64.deb
 458e48bf585b6c2a86bc6560470ebfc9 22804232 python optional 
python2.7-dev_2.7.3-3_amd64.deb
 e7a6b2bafbb7cadbf7e9414675c96026 16012020 debug extra 
python2.7-dbg_2.7.3-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlAr0J0ACgkQStlRaw+TLJyRrACgk77aSRvvqWVylRv3yftg+Rif
Ma0AoL5SiWidbFy+5yu+Q/iggAAz6TXy
=87vP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to