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.

作者 Daniel.Blanchard
收信人 Daniel.Blanchard, jnoller, nikratio, ysj.ray
日期 2012-04-03.17:52:25
SpamBayes Score -1.0
Marked as misclassified
Message-id <1333475546.65.0.263227397965.issue9400@psf.upfronthosting.co.za>
In-reply-to
内容
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'>, ())
历史
日期 用户 动作 参数
2012-04-03 17:52:26Daniel.Blanchard修改recipients: + Daniel.Blanchard, jnoller, nikratio, ysj.ray
2012-04-03 17:52:26Daniel.Blanchard修改messageid: <1333475546.65.0.263227397965.issue9400@psf.upfronthosting.co.za>
2012-04-03 17:52:25Daniel.Blanchard链接issue9400 messages
2012-04-03 17:52:25Daniel.Blanchard创建