[Patches] [ python-Patches-473515 ] check socket send method completes

noreply@sourceforge.net noreply@sourceforge.net
Sun, 21 Oct 2001 16:22:47 -0700


Patches item #473515, was opened at 2001-10-21 15:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=473515&group_id=5470

Category: Library (Lib)
Group: None
Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Piers Lauder (pierslauder)
Assigned to: Piers Lauder (pierslauder)
Summary: check socket send method completes

Initial Comment:
This patch was offered by Anthony Baxter and is a
solution to the bug (ID 211710) reported earlier re
socket send method on FreeBSD not always completing.

Note that my preferred patch would be to have the
socket send method guarantee to complete the send
(or raise an error), as solving this problem in
Python code entails much data copying - which would be
much more efficiently done in the socket module code.


----------------------------------------------------------------------

>Comment By: Jeremy Hylton (jhylton)
Date: 2001-10-21 16:22

Message:
Logged In: YES 
user_id=31392

What happened with this patch?  There is no attached file,
nor an explanation of what exactly it does.  It was
submitted, accepted, and closed by the same person without
comment.  This isn't appropriate use of the patch manager. 
If it's all one person's work with no review, just check it
in.  If you use the patch manager, use it for review.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=473515&group_id=5470