Your message dated Tue, 02 Feb 2010 04:02:29 +0100
with message-id <[email protected]>
and subject line Re: Bug#565814: python3.1: _pickle.so is missing
has caused the Debian Bug report #565814,
regarding python3.1: _pickle.so is missing
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.)
--
565814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565814
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3.1
Version: 3.1.1-2
Severity: normal
Python 3 renamed cPickle to _pickle, and the regular pickle module
transparently uses it to speed up pickling; however, _pickle.so is nowhere
to be found in the python3.1 or python3.1-minimal packages (for 2.x it's in
the pythonX.Y package).
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python3.1 depends on:
ii libbz2-1.0 1.0.5-3 high-quality block-sorting file co
ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib
ii libdb4.7 4.7.25-9 Berkeley v4.7 Database Libraries [
ii libncursesw5 5.7+20090803-2 shared libraries for terminal hand
ii libreadline6 6.1-1 GNU readline and history libraries
ii libsqlite3-0 3.6.21-2 SQLite 3 shared library
ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap
ii python3.1-minimal 3.1.1-2 A minimal subset of the Python lan
python3.1 recommends no packages.
Versions of packages python3.1 suggests:
ii binutils 2.20-5 The GNU assembler, linker and bina
pn python3.1-doc <none> (no description available)
pn python3.1-profiler <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
On 19.01.2010 00:09, Zack Weinberg wrote:
Package: python3.1
Version: 3.1.1-2
Severity: normal
Python 3 renamed cPickle to _pickle, and the regular pickle module
transparently uses it to speed up pickling; however, _pickle.so is nowhere
to be found in the python3.1 or python3.1-minimal packages (for 2.x it's in
the pythonX.Y package).
$ python3
Python 3.1.1+ (r311:74480, Jan 20 2010, 00:37:31)
[GCC 4.4.3 20100108 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _pickle
>>>
works. available as a builtin.
--- End Message ---