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&#39;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&#39;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&#39;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&#39;s a bit difficult to say whether this issue should be closed or not without seeing the original test script. I&#39;ve added my own that tries to reproduce the error. However, it doesn&#39;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 &#39;\Src\IronPython_Main\Languages\IronPython\Tests&#39; directory? Tests like &#39;<span id="TitleLabel" class="CodePlexPageHeader">Cannot set nullable long properties to Python long constants&#39; reference &#39;test_</span>methodbinder1<span id="TitleLabel" class="CodePlexPageHeader">.py&#39; </span>but when I try and execute them I get the following error:<br>
<br>\Src\IronPython_Main\Languages\IronPython\Tests&gt;ipy test_methodbinder1.py<br>Traceback (most recent call last):<br>  File &quot;test_methodbinder1.py&quot;, line 20, in &lt;module&gt;<br>ImportError: No module named iptest.assert_util<br>
<br>Richard<br>