[issue1378] fromfd() and dup() for _socket on WIndows

roudkerk report at bugs.python.org
Sat Nov 3 16:24:15 CET 2007


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 <report at bugs.python.org>
<http://bugs.python.org/issue1378>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: socket_fromfd.patch
Type: application/octet-stream
Size: 3915 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071103/58236311/attachment.obj 


More information about the Python-bugs-list mailing list