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 roudkerk
Recipients roudkerk
Date 2007-11-03.15:24:14
SpamBayes Score 0.17130427
Marked as misclassified No
Message-id <1194103455.44.0.390687208828.issue1378@psf.upfronthosting.co.za>
In-reply-to
Content
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
File name Uploaded
socket_fromfd.patch roudkerk, 2007-11-03.15:24:14
History
Date User Action Args
2007-11-03 15:24:15roudkerksetspambayes_score: 0.171304 -> 0.17130427
recipients: + roudkerk
2007-11-03 15:24:15roudkerksetspambayes_score: 0.171304 -> 0.171304
messageid: <1194103455.44.0.390687208828.issue1378@psf.upfronthosting.co.za>
2007-11-03 15:24:15roudkerklinkissue1378 messages
2007-11-03 15:24:14roudkerkcreate