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 neologix, pitrou, vstinner
Date 2011-10-27.22:50:57
SpamBayes Score 0.00017595114
Marked as misclassified No
Message-id <1319755858.0.0.397191025609.issue13059@psf.upfronthosting.co.za>
In-reply-to
Content
This is a really weird error. At this point, the child is waiting for a challenge from the parent, and the challenge is something like 32 bytes long:

    message = os.urandom(MESSAGE_LENGTH)
    connection.send_bytes(CHALLENGE + message)

So, this can only mean, IMO, that someone else than the parent (another process?) is writing on the socket...
History
Date User Action Args
2011-10-27 22:50:58pitrousetrecipients: + pitrou, vstinner, neologix
2011-10-27 22:50:58pitrousetmessageid: <1319755858.0.0.397191025609.issue13059@psf.upfronthosting.co.za>
2011-10-27 22:50:57pitroulinkissue13059 messages
2011-10-27 22:50:57pitroucreate