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 Daniel.Blanchard
Recipients Daniel.Blanchard, jnoller, nikratio, ysj.ray
Date 2012-04-03.17:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333475546.65.0.263227397965.issue9400@psf.upfronthosting.co.za>
In-reply-to
Content
I believe I'm still encountering this issue in 2.7:


Exception in thread Thread-3:
Traceback (most recent call last):
  File "/opt/python/2.7/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/opt/python/2.7/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/python/2.7/lib/python2.7/multiprocessing/pool.py", line 347, in _handle_results
    task = get()
TypeError: ('__init__() takes at least 3 arguments (1 given)', <class 'subprocess.CalledProcessError'>, ())
History
Date User Action Args
2012-04-03 17:52:26Daniel.Blanchardsetrecipients: + Daniel.Blanchard, jnoller, nikratio, ysj.ray
2012-04-03 17:52:26Daniel.Blanchardsetmessageid: <1333475546.65.0.263227397965.issue9400@psf.upfronthosting.co.za>
2012-04-03 17:52:25Daniel.Blanchardlinkissue9400 messages
2012-04-03 17:52:25Daniel.Blanchardcreate