[New-bugs-announce] [issue1552] fromfd() and socketpair() should return wrapped sockets

Takeshi Sone report at bugs.python.org
Tue Dec 4 04:38:15 CET 2007


New submission from Takeshi Sone:

socket() returns socket object wrapped by Python code, but fromfd() and
socketpair() return raw object. This results in behaviour differences
between sockets.
Attached patch fixes it.

----------
components: Library (Lib)
files: fromfd_sockpair.patch
messages: 58172
nosy: ts1
severity: normal
status: open
title: fromfd() and socketpair() should return wrapped sockets
type: behavior
versions: Python 2.4, Python 2.5, Python 2.6
Added file: http://bugs.python.org/file8870/fromfd_sockpair.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1552>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fromfd_sockpair.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071204/aa88d592/attachment.bin 


More information about the New-bugs-announce mailing list