[Python-Dev] WeakSet in Python 2.7

Michael Foord michael at voidspace.org.uk
Mon Mar 29 21:46:52 CEST 2010


On 29/03/2010 20:20, Michael Foord wrote:
> On 29/03/2010 18:16, Michael Foord wrote:
>> Hello all,
>>
>> Python 3 includes a WeakSet implementation. Any objections to me 
>> backporting this to 2.7?
>>
>> http://docs.python.org/py3k/library/weakref.html#weakref.WeakSet
>>
>> I needed this in unittest and used a WeakKeyDictionary instead.
>
> Hmmm... I was under the mistaken impression that this was implemented 
> in pure-Python. It's in C so beyond my threshold for simple porting 
> I'm afraid. Still if someone else is up for it...

No, my mistake - it *is* implemented in Python. I'm porting it now.

Michael

>
> All the best,
>
> Michael
>
>>
>> Michael
>>
>
>


-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog

READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer.




More information about the Python-Dev mailing list