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 ts1
Recipients ts1
Date 2007-12-04.03:38:14
SpamBayes Score 0.14688854
Marked as misclassified No
Message-id <1196739495.6.0.25894007336.issue1552@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
fromfd_sockpair.patch ts1, 2007-12-04.03:38:14
History
Date User Action Args
2007-12-04 03:38:15ts1setspambayes_score: 0.146889 -> 0.14688854
recipients: + ts1
2007-12-04 03:38:15ts1setspambayes_score: 0.146889 -> 0.146889
messageid: <1196739495.6.0.25894007336.issue1552@psf.upfronthosting.co.za>
2007-12-04 03:38:15ts1linkissue1552 messages
2007-12-04 03:38:14ts1create