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.

classification
Title: Make socket close thread safe
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: barry-scott, gvanrossum
Priority: normal Keywords: patch

Created on 2000-12-16 15:42 by barry-scott, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None barry-scott, 2000-12-16 15:42 None
Messages (3)
msg35064 - (view) Author: Barry Alan Scott (barry-scott) * Date: 2000-12-16 15:42
 
msg35065 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-12-16 16:48
Barry, I think the first half of this patch is unrelated to close().

Maybe you modified the 2.0 release version but diffed against the CVS repository?  Also, please use diff -c.

But I agree that there's a problem.
msg35066 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-12-18 22:25
Thanks!

Applied (only the second, relevant part of the patch) in slightly different form.  socketmodule.c, rev. 1.130.
History
Date User Action Args
2022-04-10 16:03:33adminsetgithub: 33603
2000-12-16 15:42:24barry-scottcreate