Antoine Pitrou <pit...@free.fr> added the comment: 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... ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13059> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com