[Python-bugs-list] [Bug #125981] socket close is not thread safe

noreply@sourceforge.net noreply@sourceforge.net
Mon, 18 Dec 2000 14:24:23 -0800


Bug #125981, was updated on 2000-Dec-16 07:53
Here is a current snapshot of the bug.

Project: Python
Category: Extension Modules
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: barry-scott
Assigned to : gvanrossum
Summary: socket close is not thread safe

Details: Patch 102875 contains a fix for this problem.

I have been seeing random failures of my BaseHttpServer
based web server to serve pages. I finally tracked this
down to socket.close() being called twice on the same
socket fd.


Follow-Ups:

Date: 2000-Dec-18 14:24
By: gvanrossum

Comment:
Fixe in socketmodule.c rev. 1.130.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=125981&group_id=5470