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 neologix
Recipients BreamoreBoy, gearb0x, jnoller, neologix, news1234, pitrou
Date 2012-01-07.18:49:21
SpamBayes Score 0.019634392
Marked as misclassified No
Message-id <CAH_1eM2Dyn5BUEZmnHX+1p7x=B73cF9LNGbtjz_i+0aVV3Hrow@mail.gmail.com>
In-reply-to <1325855998.02.0.814986313066.issue8184@psf.upfronthosting.co.za>
Content
I noticed that if bind() fails (in this case with EADDRINUSE), the
socket isn't closed (FD leak).
Here's a patch.
Files
File name Uploaded
connection_error.diff neologix, 2012-01-07.18:49:21
History
Date User Action Args
2012-01-07 18:49:24neologixsetrecipients: + neologix, pitrou, jnoller, news1234, BreamoreBoy, gearb0x
2012-01-07 18:49:22neologixlinkissue8184 messages
2012-01-07 18:49:21neologixcreate