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 roudkerk
Recipients barry, benjamin.peterson, donmez, gvanrossum, jnoller, paulmelis, roudkerk
Date 2008-06-14.17:35:30
SpamBayes Score 0.625818
Marked as misclassified No
Message-id <1213464943.67.0.956735676963.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect the problems with WithManagerTestCondition.notify_all() may
have to do with the thread safety of the proxies.  If you replace
Thread(...) by self.Process(...) in that test then the problem may go away.
History
Date User Action Args
2008-06-14 17:35:44roudkerksetspambayes_score: 0.625818 -> 0.625818
recipients: + roudkerk, gvanrossum, barry, donmez, paulmelis, benjamin.peterson, jnoller
2008-06-14 17:35:43roudkerksetspambayes_score: 0.625818 -> 0.625818
messageid: <1213464943.67.0.956735676963.issue3088@psf.upfronthosting.co.za>
2008-06-14 17:35:41roudkerklinkissue3088 messages
2008-06-14 17:35:40roudkerkcreate