Package: python3.2
Version: 3.2.3-3
Severity: wishlist

introduced in 3.2.3-3 with 

* Lookup extension modules with a multiarch suffix too.

probably it is not a bug per se since I do not think that order of values in
get_suffixes() must be important (or should it?) but I have ran into it while
preparing new package for cython [1]:

$> python3 -c 'import imp; print(imp.get_suffixes()[0:2]); from 
distutils.sysconfig import get_config_var; print(get_config_var("SO"))'
[('.cpython-32mu-x86_64-linux-gnu.so', 'rb', 3), ('.cpython-32mu.so', 'rb', 3)]
.cpython-32mu.so

while before -3 was the '.cpython-32mu.so' "leading" the list

or if by default extensions should be built in 'multiarch' way then may
be get_config_var("SO") should return multiarch-ed suffix?

[1] http://mail.python.org/pipermail/cython-devel/2012-July/002935.html


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python3.2 depends on:
ii  libbz2-1.0         1.0.6-3
ii  libc6              2.13-33
ii  libdb5.1           5.1.29-5
ii  libffi5            3.0.10-3
ii  libgcc1            1:4.7.1-2
ii  libncursesw5       5.9-10
ii  libreadline6       6.2-8
ii  libsqlite3-0       3.7.13-1
ii  libssl1.0.0        1.0.1c-3
ii  libtinfo5          5.9-10
ii  mime-support       3.52-1
ii  python3.2-minimal  3.2.3-3

python3.2 recommends no packages.

Versions of packages python3.2 suggests:
ii  binutils       2.22-6.1
pn  python3.2-doc  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to