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 pitrou
Recipients jnoller, pitrou
Date 2008-08-19.22:07:59
SpamBayes Score 7.0959277e-06
Marked as misclassified No
Message-id <1219183680.84.0.240976772511.issue3607@psf.upfronthosting.co.za>
In-reply-to
Content
I have the following deterministic failure on py3k:

test test_multiprocessing failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_multiprocessing.py",
line 932, in test_dict
    self.assertEqual(sorted(d.keys()), indices)
  File "<string>", line 2, in keys
  File "/home/antoine/py3k/__svn__/Lib/multiprocessing/managers.py",
line 738, in _callmethod
    raise convert_to_error(kind, result)
multiprocessing.managers.RemoteError: 
---------------------------------------------------------------------------
Unserializable message: ('#RETURN', <dict_keys object at 0x956ddb0>)
---------------------------------------------------------------------------
History
Date User Action Args
2008-08-19 22:08:00pitrousetrecipients: + pitrou, jnoller
2008-08-19 22:08:00pitrousetmessageid: <1219183680.84.0.240976772511.issue3607@psf.upfronthosting.co.za>
2008-08-19 22:08:00pitroulinkissue3607 messages
2008-08-19 22:07:59pitroucreate