sbt <[email protected]> added the comment: > What is the bug that this fixes? Can you provide a test case?
The bug is using an API in a way that the documentation says is wrong/unreliable. There does not seem to be a classification for that. I have never seen a problem caused by using DuplicateHandle() so I cannot provide a test case. Note that socket.dup() used to be implemented using DuplicateHandle(), but that was changed to WSADuplicateSocket(). See Issue 9753. ---------- Added file: http://bugs.python.org/file25154/mp_socket_dup.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14522> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
