Message9842

Author zyasoft
Recipients jmadden, zyasoft
Date 2015-04-14.15:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429026304.35.0.784643526757.issue2328@psf.upfronthosting.co.za>
In-reply-to
Content
Two completely different behaviors, so we will want to separate in this fix:

threading.RLock will (continue) to use java.util.concurrent.locks.ReentrantLock

threading.Lock will now use java.util.concurrent.Semaphore
History
Date User Action Args
2015-04-14 15:45:04zyasoftsetmessageid: <1429026304.35.0.784643526757.issue2328@psf.upfronthosting.co.za>
2015-04-14 15:45:04zyasoftsetrecipients: + zyasoft, jmadden
2015-04-14 15:45:04zyasoftlinkissue2328 messages
2015-04-14 15:45:04zyasoftcreate