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 pitrou
Recipients Jack.McCracken, pitrou
Date 2014-04-19.17:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397928883.29.0.0212771768758.issue21312@psf.upfronthosting.co.za>
In-reply-to
Content
You may want to provide an implementation of PyThread_acquire_lock() that simply defers to PyThread_acquire_lock_timed() (see thread_pthread.h, which does the same).
History
Date User Action Args
2014-04-19 17:34:43pitrousetrecipients: + pitrou, Jack.McCracken
2014-04-19 17:34:43pitrousetmessageid: <1397928883.29.0.0212771768758.issue21312@psf.upfronthosting.co.za>
2014-04-19 17:34:43pitroulinkissue21312 messages
2014-04-19 17:34:43pitroucreate