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 jnoller
Recipients alecthomas, benjamin.peterson, georg.brandl, giampaolo.rodola, jnoller, roudkerk
Date 2008-06-10.18:58:49
SpamBayes Score 0.08995058
Marked as misclassified No
Message-id <1213124333.73.0.0683216907146.issue3050@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is rev 1 of a complete patch for inclusion in 2.6. This patch 
was developed off of trunk and includes the unit tests, docs, modules, c 
module, etc. 

2 of the unit tests had to be commented out, the first due to the 
difference in the threading versus process API (is_set vs. isSet) and 
the second is an OS/X issue I am working with Richard on.

Note, some of the examples may be out of date - I am working on those.

A full review of this would be appreciated. Pending the application of 
the patch in issue 1638, this initial revision could be applied to trunk 
for the wednesday build.
History
Date User Action Args
2008-06-10 18:58:54jnollersetspambayes_score: 0.0899506 -> 0.08995058
recipients: + jnoller, georg.brandl, giampaolo.rodola, roudkerk, benjamin.peterson, alecthomas
2008-06-10 18:58:53jnollersetspambayes_score: 0.0899506 -> 0.0899506
messageid: <1213124333.73.0.0683216907146.issue3050@psf.upfronthosting.co.za>
2008-06-10 18:58:52jnollerlinkissue3050 messages
2008-06-10 18:58:50jnollercreate