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 jjlee
Recipients
Date 2005-02-06.02:19:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=261020

The problem with the thread issue is that -- as I drew
attention to when the module was considered for addition to
stdlib -- there is thread synchronization in there, but it
is untested, and I now strongly suspect is broken.  I'm not
thread-competent enough to be confident in my testing of any
fix I might attempt.

I now regret not simply stripping all the thread
synchronization out from the start.  Perhaps that should be
done now, and a comment like that you suggest added?  Advice
here is most welcome!

Re the rest: As per my last comment, will resubmit API
changes (ie. method additions) as separate patch for 2.5. 
I'll split the rest up into separate patches, too. 
Therefore, I'm unassigning Jeremy and will close this patch
when I've opened the new ones.
History
Date User Action Args
2007-08-23 15:39:51adminlinkissue1028908 messages
2007-08-23 15:39:51admincreate