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 gregory.p.smith
Recipients Rhamphoryncus, giampaolo.rodola, gregory.p.smith, jcea, pitrou, sserrano, vstinner
Date 2008-08-20.18:28:37
SpamBayes Score 0.0004477523
Marked as misclassified No
Message-id <1219256918.93.0.370196967669.issue3001@psf.upfronthosting.co.za>
In-reply-to
Content
I doubt subclassability of RLock matters but who knows, people do code
things.

Regardless, using a C version wrapped in a simple python container class
that calls the underlying C implementation's methods should be
sufficient to allow sub-classing.

Given the final 2.6 beta is scheduled for today, this won't make it into
2.6/3.0 so we've got some time to polish up what we want.
History
Date User Action Args
2008-08-20 18:28:39gregory.p.smithsetrecipients: + gregory.p.smith, jcea, Rhamphoryncus, pitrou, vstinner, giampaolo.rodola, sserrano
2008-08-20 18:28:38gregory.p.smithsetmessageid: <1219256918.93.0.370196967669.issue3001@psf.upfronthosting.co.za>
2008-08-20 18:28:37gregory.p.smithlinkissue3001 messages
2008-08-20 18:28:37gregory.p.smithcreate