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 r.david.murray
Recipients neologix, r.david.murray, sean216
Date 2010-12-17.12:58:43
SpamBayes Score 1.8002906e-05
Marked as misclassified No
Message-id <1292590724.35.0.836679810329.issue10724@psf.upfronthosting.co.za>
In-reply-to
Content
The source used to create _socket.pyd is in Modules/socketmodule.c in the source code tarball available from the python web site.  As neologix says, it is a thin wrapper around the OS level socket library.
History
Date User Action Args
2010-12-17 12:58:44r.david.murraysetrecipients: + r.david.murray, neologix, sean216
2010-12-17 12:58:44r.david.murraysetmessageid: <1292590724.35.0.836679810329.issue10724@psf.upfronthosting.co.za>
2010-12-17 12:58:43r.david.murraylinkissue10724 messages
2010-12-17 12:58:43r.david.murraycreate