Support for multiprocessing broken in python2.7

Bug #683027 reported by Piotr Czachur
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python2.7 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: python2.7

$ lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
$ apt-cache policy python2.7
python2.7:
  Installed: 2.7-6
  Candidate: 2.7-6
  Version table:
 *** 2.7-6 0

$ python2.7
Python 2.7.0+ (r27:82500, Sep 15 2010, 18:04:55)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from _multiprocessing import SemLock
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name SemLock

Same works fine for 2.6 and 3.1 under Ubuntu.

Tags: python27
Revision history for this message
Piotr Czachur (zimnyx) wrote :

P.S.
I tried this import under python2.7 installed from packages provided in Natty, and bug is not present, so it's only issue in Maverick.

Revision history for this message
Erik van Zijst (erik-van-zijst) wrote :

Will this be fixed like it was for the Python 3 binaries (https://bugs.launchpad.net/ubuntu/+source/python3.1/+bug/556477)?

Barry Warsaw (barry)
tags: added: python27
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in python2.7 (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.