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 vstinner
Recipients Carlos.Ralli, Paul Marks, andreasr, asvetlov, berker.peksag, cheryl.sabella, dazhaoyu, giampaolo.rodola, gregory.p.smith, jaraco, jleedev, josiah.carlson, jpokorny, loewis, martin.panter, neologix, nirs, pitrou, r.david.murray, vstinner
Date 2019-04-09.00:19:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554769164.97.0.931570999905.issue17561@roundup.psfhosted.org>
In-reply-to
Content
The change broke multiple buildbots. Example:

https://buildbot.python.org/all/#builders/16/builds/2625

Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/_test_multiprocessing.py", line 4377, in test_wait_socket
    self.assertEqual(b''.join(v), expected)
AssertionError: b'1\n2\n3\n4\n5\n6\n7\n8\n9\n' != b'0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n'

More logs:

https://github.com/python/cpython/pull/11784#issuecomment-481036369
History
Date User Action Args
2019-04-09 00:19:25vstinnersetrecipients: + vstinner, loewis, gregory.p.smith, jaraco, nirs, pitrou, giampaolo.rodola, josiah.carlson, r.david.murray, asvetlov, neologix, berker.peksag, martin.panter, jpokorny, jleedev, dazhaoyu, andreasr, Carlos.Ralli, Paul Marks, cheryl.sabella
2019-04-09 00:19:24vstinnersetmessageid: <1554769164.97.0.931570999905.issue17561@roundup.psfhosted.org>
2019-04-09 00:19:24vstinnerlinkissue17561 messages
2019-04-09 00:19:24vstinnercreate