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 td
Recipients td
Date 2015-02-19.11:31:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424345474.95.0.767809945273.issue23484@psf.upfronthosting.co.za>
In-reply-to
Content
The keyword for 'blocking' in the documentation for multiprocessing.Lock.acquire() (and all synchronization objects dependent on SemLock) differs from its implementation at Modules/_multiprocessing/semaphore.c:70 - https://docs.python.org/3.4/library/threading.html#threading.Lock.acquire
History
Date User Action Args
2015-02-19 11:31:14tdsetrecipients: + td
2015-02-19 11:31:14tdsetmessageid: <1424345474.95.0.767809945273.issue23484@psf.upfronthosting.co.za>
2015-02-19 11:31:14tdlinkissue23484 messages
2015-02-19 11:31:14tdcreate