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 gregory.p.smith, pitrou
Date 2010-08-28.20:26:33
SpamBayes Score 7.950427e-09
Marked as misclassified No
Message-id <1283027196.81.0.843812441705.issue9707@psf.upfronthosting.co.za>
In-reply-to
Content
This is a reworked reference implementation of _threading_local without the __del__ quirks. The _patch() ugliness is unfortunately still needed because of a doctest checking that derived __slots__ attributes aren't actually thread-local.

Note that users are unlikely to ever use this code in the real world, except perhaps with non-CPython implementations.
History
Date User Action Args
2010-08-28 20:26:36pitrousetrecipients: + pitrou, gregory.p.smith
2010-08-28 20:26:36pitrousetmessageid: <1283027196.81.0.843812441705.issue9707@psf.upfronthosting.co.za>
2010-08-28 20:26:35pitroulinkissue9707 messages
2010-08-28 20:26:35pitroucreate