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 cqx
Recipients
Date 2001-11-17.19:48:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This applies to 2.2 and 2.1.1, I chose 2.2 as the
starting group.  Change if there's  a better way.

Here's the code and example.  Running on:

Linux 2.4.9-13 i686
example:

>>> import socket
>>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>>> s.connect( ('localhost', 25) )
>>> s.recv(-1)
Segmentation fault


History
Date User Action Args
2007-08-23 13:57:26adminlinkissue482871 messages
2007-08-23 13:57:26admincreate