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 Daniel.Evers
Recipients Daniel.Evers
Date 2010-04-22.10:02:50
SpamBayes Score 5.84898e-06
Marked as misclassified No
Message-id <1271930573.09.0.998799390153.issue8498@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to rewrite a server application in python that accepts exactly 1 connection. I have a previous version written in C that can call listen() on a socket with a backlog of 0 connections, but this is not possible in python. In Modules/socketmodule.c (function socket_listen) the backlog is reset to at least "1".
History
Date User Action Args
2010-04-22 10:02:53Daniel.Everssetrecipients: + Daniel.Evers
2010-04-22 10:02:53Daniel.Everssetmessageid: <1271930573.09.0.998799390153.issue8498@psf.upfronthosting.co.za>
2010-04-22 10:02:51Daniel.Everslinkissue8498 messages
2010-04-22 10:02:50Daniel.Everscreate