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.

作者 pitrou
收信人 pitrou, sbt
日期 2012-04-25.16:16:50
SpamBayes Score -1.0
Marked as misclassified
Message-id <1335370611.47.0.977907847024.issue14669@psf.upfronthosting.co.za>
In-reply-to
内容
The OS X Tiger fails more or less intermittently on one of the new multiprocessing tests:

======================================================================
FAIL: test_pickling (test.test_multiprocessing.WithProcessesTestPicklingConnections)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_multiprocessing.py", line 2032, in test_pickling
    self.assertEqual(new_conn.recv(100), msg.upper())
AssertionError: b'' != b'THIS CONNECTION USES A NORMAL SOCKET'

http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/4408/steps/test/logs/stdio
历史
日期 用户 动作 参数
2012-04-25 16:16:51pitrou修改recipients: + pitrou, sbt
2012-04-25 16:16:51pitrou修改messageid: <1335370611.47.0.977907847024.issue14669@psf.upfronthosting.co.za>
2012-04-25 16:16:50pitrou链接issue14669 messages
2012-04-25 16:16:50pitrou创建