Comment 8 for bug 672209

Revision history for this message
Barry Warsaw (barry) wrote : Re: multiprocessing module dysfunctional

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()
<multiprocessing.pool.Pool object at 0x17b9f10>
>>>