Message9844

Author zyasoft
Recipients jmadden, zyasoft
Date 2015-04-14.18:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429036308.58.0.0898930026389.issue2328@psf.upfronthosting.co.za>
In-reply-to
Content
So I looked into this, and got pretty far, with all lock tests passing, including ones previously skipped. Patch attached (use-semaphore-for-lock.patch).

However the problem is that threading.Condition is built so that it can take Lock.newCondition, which means it needs a class that implements the Lock interface.

We can readily implement this with lower-level synchronization primitives provided by java.util.concurrent, most likely LockSupport, but it's unfortunately too late for RC3.

Target 2.7.1
History
Date User Action Args
2015-04-14 18:31:48zyasoftsetmessageid: <1429036308.58.0.0898930026389.issue2328@psf.upfronthosting.co.za>
2015-04-14 18:31:48zyasoftsetrecipients: + zyasoft, jmadden
2015-04-14 18:31:48zyasoftlinkissue2328 messages
2015-04-14 18:31:48zyasoftcreate