[Bug 672209] Re: multiprocessing module dysfunctional

2010-11-28 Thread Matthias Klose
please recheck with 2.7.1-1 from natty (you should be able to install
these packages in maverick too). It works for me, but I still have to
find out the cause for the change.

-- 
multiprocessing module dysfunctional
https://bugs.launchpad.net/bugs/672209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2010-11-28 Thread Barry Warsaw
** Tags added: python27

-- 
multiprocessing module dysfunctional
https://bugs.launchpad.net/bugs/672209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2010-11-29 Thread Barry Warsaw
WFM in natty with 2.7.1-1


** Changed in: python2.7 (Ubuntu)
   Status: New => Invalid

-- 
multiprocessing module dysfunctional
https://bugs.launchpad.net/bugs/672209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2010-11-07 Thread Herbert V. Riedel
additional info: installed natty's 2.7-9ubuntu2 amd64 debs on my
maverick workstation, but those exhibit the very same problem for me

-- 
multiprocessing module dysfunctional
https://bugs.launchpad.net/bugs/672209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2010-11-07 Thread Herbert V. Riedel
I downloaded and compiled Python-2.7 myself with a simple './configure
--prefix /opt/python2.7 && make && make install'...

the resulting custom python2.7 installation doesn't exhibit the
described multiprocessing problem

-- 
multiprocessing module dysfunctional
https://bugs.launchpad.net/bugs/672209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-01-10 Thread Barry Warsaw
http://bugs.python.org/issue3770

** Bug watch added: Python Roundup #3770
   http://bugs.python.org/issue3770

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-01-10 Thread Barry Warsaw
Works in Natty, fails in Maverick.  Works in Maverick with a from-source
build of current Python 2.7 trunk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-01-11 Thread Barry Warsaw
I rebuilt the maverick package in ppa:barry/python, then installed it on
my amd64 maverick VM:

@mission[~:1003]% python2.7 
Python 2.7.0+ (r27:82500, Jan 10 2011, 23:42:23) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
>>> multiprocessing.Pool()

>>> 


** Changed in: python2.7 (Ubuntu)
 Assignee: (unassigned) => Matthias Klose (doko)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-01-11 Thread Barry Warsaw
Mattias is going to follow up with the admins to check kernel versions
on buildds.  If they've been upgraded then a rebuild of the Maverick
package should fix this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-01-11 Thread Barry Warsaw
** Changed in: python2.7 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2010-12-23 Thread Matthias Klose
if it works in natty, and not in maverick, then it's not invalid.
likely we'll need a fix for maverick to fix it.


** Changed in: python2.7 (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-04-11 Thread Scott Kitterman
Updated status to be for Maverick only.

** Also affects: python2.7 (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: python2.7 (Ubuntu Maverick)
   Status: New => Incomplete

** Changed in: python2.7 (Ubuntu Maverick)
   Importance: Undecided => High

** Changed in: python2.7 (Ubuntu Maverick)
 Assignee: (unassigned) => Matthias Klose (doko)

** Changed in: python2.7 (Ubuntu)
   Status: Incomplete => Fix Released

** Changed in: python2.7 (Ubuntu Maverick)
Milestone: None => maverick-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-04-11 Thread Barry Warsaw
Matthias, did you ever check with the admins about the buildd kernel
versions?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-04-26 Thread Buck Golemon
I'm easily able to build this from source. Can I help by uploading a
package?

What is holding this up, exactly?

Sorry to seem impatient, but it's been over four months.

--Buck

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-04-26 Thread Barry Warsaw
Sorry, I'll work on an SRU for Maverick.  I think a no-change rebuild
will take care of it.

** Changed in: python2.7 (Ubuntu Maverick)
   Status: Incomplete => Confirmed

** Changed in: python2.7 (Ubuntu Maverick)
 Assignee: Matthias Klose (doko) => Barry Warsaw (barry)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672209] Re: multiprocessing module dysfunctional

2011-04-26 Thread Buck Golemon
That would be perfect. Thanks Barry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672209

Title:
  multiprocessing module dysfunctional

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs