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 pitrou
Recipients BreamoreBoy, gearb0x, jnoller, neologix, news1234, pitrou
Date 2012-01-11.19:10:24
SpamBayes Score 0.028327873
Marked as misclassified No
Message-id <1326308937.3531.24.camel@localhost.localdomain>
In-reply-to <CAH_1eM2Dyn5BUEZmnHX+1p7x=B73cF9LNGbtjz_i+0aVV3Hrow@mail.gmail.com>
Content
> I noticed that if bind() fails (in this case with EADDRINUSE), the
> socket isn't closed (FD leak).

Well it would probably be closed when the connection object is
destroyed, but the patch looks ok anyway.
History
Date User Action Args
2012-01-11 19:10:25pitrousetrecipients: + pitrou, jnoller, news1234, neologix, BreamoreBoy, gearb0x
2012-01-11 19:10:24pitroulinkissue8184 messages
2012-01-11 19:10:24pitroucreate