This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author uptimebox
Recipients christian.heimes, jackdied, jnoller, joseph.h.garvin, ndbecker, pitrou, uptimebox
Date 2011-03-10.16:21:12
SpamBayes Score 1.8857582e-11
Marked as misclassified No
Message-id <1299774073.48.0.963878347377.issue5228@psf.upfronthosting.co.za>
In-reply-to
Content
The bug still exists in 2.6.6

Process PoolWorker-2:
Traceback (most recent call last):
Process PoolWorker-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap
  File "/usr/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap
    self.run()
    self.run()
  File "/usr/lib/python2.6/multiprocessing/process.py", line 88, in run
  File "/usr/lib/python2.6/multiprocessing/process.py", line 88, in run
    self._target(*self._args, **self._kwargs)
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python2.6/multiprocessing/pool.py", line 57, in worker
  File "/usr/lib/python2.6/multiprocessing/pool.py", line 57, in worker
    task = get()
    task = get()
  File "/usr/lib/python2.6/multiprocessing/queues.py", line 352, in get
  File "/usr/lib/python2.6/multiprocessing/queues.py", line 352, in get
    return recv()
    return recv()
TypeError: type 'partial' takes at least one argument
TypeError: type 'partial' takes at least one argument
History
Date User Action Args
2011-03-10 16:21:13uptimeboxsetrecipients: + uptimebox, pitrou, jackdied, christian.heimes, jnoller, ndbecker, joseph.h.garvin
2011-03-10 16:21:13uptimeboxsetmessageid: <1299774073.48.0.963878347377.issue5228@psf.upfronthosting.co.za>
2011-03-10 16:21:12uptimeboxlinkissue5228 messages
2011-03-10 16:21:12uptimeboxcreate