<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[Status update] no public usable FunctionType.__new__</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New comment] no public usable FunctionType.__new__</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[New comment] types.FunctionType(...) raise NotImplementedError</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[New comment] types.FunctionType(...) raise NotImplementedError</span> <span class="anchorMarker">↓</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [Status update] no public usable FunctionType.__new__</span> <a href="http://ironpython.codeplex.com/workitem/34932">view online</a></div><p>User paweljasinski has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"There is a new issue with active discussion."</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New comment] no public usable FunctionType.__new__</span> <a href="http://ironpython.codeplex.com/workitem/34932">view online</a></div><p>User paweljasinski has commented on the issue:</p><p>"<p>Dupplicate: https://ironpython.codeplex.com/workitem/35180</p>"</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [New comment] types.FunctionType(...) raise NotImplementedError</span> <a href="http://ironpython.codeplex.com/workitem/35180">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>From DinoV:</p><p>&quot;I think the reason it's not implemented is due to the closure object and the globals dictionary.  Those need to be converted into the appropriate MutableTuple and into the correct CodeContext which defines the function.  If there is a closure then that means going off and constructing a RuntimeVariablesDictionaryStorage for the dictionary used for the code context of the function.</p><p>&quot;Depending on the function that's being copied it might be easy enough to make this work in the non-closure case (checking both the FunctionCode and the passed in closure tuple) and throwing NotImplemented in the closure case.  Or someone needs to work through recreating these data structures.  I'd actually have to go back and look at how we're generating functions to remember what goes into the MutableTuple, I suspect it's the actual ClosureCell objects and maybe the CodeContext as well.  It's probably not too difficult to implement it was just never necessary :)&quot;</p>"</p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [New comment] types.FunctionType(...) raise NotImplementedError</span> <a href="http://ironpython.codeplex.com/workitem/35180">view online</a></div><p>User paweljasinski has commented on the issue:</p><p>"<p>dupplicate: https://ironpython.codeplex.com/workitem/34932</p>"</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="http://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>