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: test_socket race condition patch
Type: Stage:
Components: Tests Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, mgilfix
Priority: normal Keywords: patch

Created on 2002-06-16 17:20 by mgilfix, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_socket.patch mgilfix, 2002-06-16 17:20
Messages (2)
msg40331 - (view) Author: Michael Gilfix (mgilfix) Date: 2002-06-16 17:20
This fixes some race conditions in the new socket
regression suite. It also documents the usage of the
ThreadableTest class.
msg40332 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-06-18 18:35
Logged In: YES 
user_id=6380

Thanks!  It seems to be working a little better now.
History
Date User Action Args
2022-04-10 16:05:25adminsetgithub: 36756
2002-06-16 17:20:32mgilfixcreate