Message 71541 - Python tracker

Message71541

Author vstinner
Recipients pitrou, vstinner
Date 2008-08-20.13:51:47
SpamBayes Score 0.04763035
Marked as misclassified No
Message-id <1219240308.5.0.641690444586.issue3618@psf.upfronthosting.co.za>
In-reply-to
Content
@pitrou: I wrote an implementation of RLock in C (see #3001). So it 
would be possible to use threading.RLock instead of threading.Lock ;-)
History
Date User Action Args
2008-08-20 13:51:48vstinnersetrecipients: + vstinner, pitrou
2008-08-20 13:51:48vstinnersetmessageid: <1219240308.5.0.641690444586.issue3618@psf.upfronthosting.co.za>
2008-08-20 13:51:47vstinnerlinkissue3618 messages
2008-08-20 13:51:47vstinnercreate