The issues below look like they can be set to fixed. <br><ul><li><a href="http://ironpython.codeplex.com/workitem/19649"><span id="TitleLabel" class="CodePlexPageHeader">ref parameter doesn't work with protected methods</span></a></li>
</ul><ul><li><span id="TitleLabel" class="CodePlexPageHeader"><a href="http://ironpython.codeplex.com/workitem/14150">Skype4COM and System.Windows.Forms.AxHost+Invalid</a><a href="http://ironpython.codeplex.com/workitem/14150">ActiveXStateException</a><br>
</span></li><ul><li><span id="TitleLabel" class="CodePlexPageHeader">Reproducible in C# so I don't think this is an IronPython problem</span></li></ul></ul><ul><li><a href="http://ironpython.codeplex.com/workitem/26593"><span id="TitleLabel" class="CodePlexPageHeader">pyc fails if a file contains a call to unicode</span></a></li>
</ul><ul><li><a href="http://ironpython.codeplex.com/workitem/15508"><span id="TitleLabel" class="CodePlexPageHeader">Calling compile on a bad encoding string doesnt throw error</span></a></li><ul><li>This problem in the original an issue seems to be solved but the problem highlighted in the comment still seems to be occurring. I'm assuming this means the issue should stay open?</li>
</ul><li><span id="TitleLabel" class="CodePlexPageHeader">l<a href="http://ironpython.codeplex.com/workitem/23527">ogging module still crashing even with Python Issue5287 logging2.patch</a></span></li></ul><ul><li><a href="http://ironpython.codeplex.com/workitem/23997"><span id="TitleLabel" class="CodePlexPageHeader">Stress: Modules use too much memory</span></a></li>
<ul><li><span id="TitleLabel" class="CodePlexPageHeader">It's a bit difficult to say whether this issue should be closed or not without seeing the original test script. I've added my own that tries to reproduce the error. However, it doesn't look like modules are taking up as much memory as stated in the issue.<br>
</span></li></ul></ul><ul><li><a href="http://ironpython.codeplex.com/workitem/24021"><span id="TitleLabel" class="CodePlexPageHeader">Cannot set nullable long properties to Python long constants</span></a></li></ul><br>Sorry, if this is covered somewhere in the documentation but how do I run the tests in the '\Src\IronPython_Main\Languages\IronPython\Tests' directory? Tests like '<span id="TitleLabel" class="CodePlexPageHeader">Cannot set nullable long properties to Python long constants' reference 'test_</span>methodbinder1<span id="TitleLabel" class="CodePlexPageHeader">.py' </span>but when I try and execute them I get the following error:<br>
<br>\Src\IronPython_Main\Languages\IronPython\Tests>ipy test_methodbinder1.py<br>Traceback (most recent call last):<br> File "test_methodbinder1.py", line 20, in <module><br>ImportError: No module named iptest.assert_util<br>
<br>Richard<br>