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 vstinner
Recipients Kain94, Martijn.van.Oosterhout, amaury.forgeotdarc, belopolsky, collinwinter, eric.araujo, eric.smith, giampaolo.rodola, gvanrossum, pitrou, python-dev, r.david.murray, vstinner
Date 2011-09-13.23:43:05
SpamBayes Score 0.0012439125
Marked as misclassified No
Message-id <1315957386.5.0.278274867212.issue10968@psf.upfronthosting.co.za>
In-reply-to
Content
@eric: The doc has to be updated:

http://docs.python.org/dev/library/threading.html#threading.activeCount

"threading.Condition()
A factory function that returns a new condition variable object. A condition variable allows one or more threads to wait until they are notified by another thread.

See Condition Objects."

--

See also (maybe) issue #12960.
History
Date User Action Args
2011-09-13 23:43:06vstinnersetrecipients: + vstinner, gvanrossum, collinwinter, amaury.forgeotdarc, belopolsky, pitrou, eric.smith, giampaolo.rodola, eric.araujo, r.david.murray, Kain94, Martijn.van.Oosterhout, python-dev
2011-09-13 23:43:06vstinnersetmessageid: <1315957386.5.0.278274867212.issue10968@psf.upfronthosting.co.za>
2011-09-13 23:43:05vstinnerlinkissue10968 messages
2011-09-13 23:43:05vstinnercreate