Re: [IronPython] Ironpython 2.7 missing _weakrefset

2010-10-05 Thread Dino Viehland
IronPython Subject: Re: [IronPython] Ironpython 2.7 missing _weakrefset Oooops. I think I just had an incomplete copy; re-did it and _weakrefset.py showed up. Sorry for the alarm Ken On Tue, Oct 5, 2010 at 3:48 PM, Dino Viehland mailto:di...@microsoft.com>> wrote: It's not fixed ye

Re: [IronPython] Ironpython 2.7 missing _weakrefset

2010-10-05 Thread Ken MacDonald
Oooops. I think I just had an incomplete copy; re-did it and _weakrefset.py showed up. Sorry for the alarm Ken On Tue, Oct 5, 2010 at 3:48 PM, Dino Viehland wrote: > It’s not fixed yet and I don’t think I was aware of it. Most likely you > can modify weakref.py to just not import this as a

Re: [IronPython] Ironpython 2.7 missing _weakrefset

2010-10-05 Thread Dino Viehland
It's not fixed yet and I don't think I was aware of it. Most likely you can modify weakref.py to just not import this as a work around. Could you open a bug to open it? That shouldn't be too difficult given that we already have weak dictionaries and sets. From: users-boun...@lists.ironpython