[issue9707] Reworked threading.local reference implementation

2010-09-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r84607. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue9707] Reworked threading.local reference implementation

2010-08-28 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 ar