New submission from roudkerk: The patch adds support for _socket.fromfd() and _socket.socket.dup() on Windows. It uses the Win32 DuplicateHandle() function.
The patch is to socketmodule.c an test_socket.py. ---------- files: socket_fromfd.patch messages: 57084 nosy: roudkerk severity: normal status: open title: fromfd() and dup() for _socket on WIndows type: behavior versions: Python 2.5 Added file: http://bugs.python.org/file8682/socket_fromfd.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1378> __________________________________
socket_fromfd.patch
Description: Binary data
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com