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 christian.heimes
Recipients Sebastian.Noack, asvetlov, christian.heimes, jyasskin, kristjan.jonsson, mklauber, pitrou, sbt
Date 2012-10-01.12:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349094930.56.0.769769501891.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder, why are you creating your own algorithm here? There must be plenty of reference implementations that are already used in production code. Don't be a shamed to copy a Java implementation! :) The entire threading module is a rip-off of the Java threading API.
History
Date User Action Args
2012-10-01 12:35:30christian.heimessetrecipients: + christian.heimes, pitrou, kristjan.jonsson, jyasskin, asvetlov, sbt, mklauber, Sebastian.Noack
2012-10-01 12:35:30christian.heimessetmessageid: <1349094930.56.0.769769501891.issue8800@psf.upfronthosting.co.za>
2012-10-01 12:35:30christian.heimeslinkissue8800 messages
2012-10-01 12:35:30christian.heimescreate