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 mark.dickinson
Recipients mark.dickinson, oefe
Date 2009-01-15.14:01:45
SpamBayes Score 0.04634826
Marked as misclassified No
Message-id <1232028107.58.0.93770734483.issue4397@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  I take it back:  this *does* appear to be OS X specific.
I've attached a small (17-line) example that fails with
the Errno 57 error on OS X, but passes on the Linux machines I tested.

In this example, it appears that when 'conn.close()' is called by the 
server, the client socket 'cli' is automatically disconnected, hence
the shutdown failure.  On Linux that doesn't happen.

Can anyone shed any light on this, and/or suggest what should be done?
History
Date User Action Args
2009-01-15 14:01:48mark.dickinsonsetrecipients: + mark.dickinson, oefe
2009-01-15 14:01:47mark.dickinsonsetmessageid: <1232028107.58.0.93770734483.issue4397@psf.upfronthosting.co.za>
2009-01-15 14:01:46mark.dickinsonlinkissue4397 messages
2009-01-15 14:01:46mark.dickinsoncreate