Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] types.FunctionType(...) raise NotImplementedError
2. [New comment] types.FunctionType(...) raise NotImplementedError
----------------------------------------------
ISSUES
1. [New issue] types.FunctionType(...) raise NotImplementedError
http://ironpython.codeplex.com/workitem/35180
User jdhardy has proposed the issue:
"(from
http://stackoverflow.com/questions/23379383/ironpython-2-7-with-networkx-1-8-1).
This piece of networkX
(https://github.com/networkx/networkx/blob/master/networkx/algorithms/isomorphism/matchhelpers.py#L24):
types.FunctionType(f.func_code, f.func_globals,
name or f.__name__, f.func_defaults,
f.func_closure)
raises:
NotImplementedError: The method or operation is not implemented.
File "C:\Program Files (x86)\IronPython
2.7\lib\site-packages\networkx\algorithms\isomorphism\matchhelpers.py", line
23, in copyfunc
return types.FunctionType(f.func_code, f.func_globals, name or f.name, .....
"-----------------
2. [New comment] types.FunctionType(...) raise NotImplementedError
http://ironpython.codeplex.com/workitem/35180
User jdhardy has commented on the issue:
"<p>The relevant code in IronPython is at
https://github.com/IronLanguages/main/blob/ipy-2.7-maint/Languages/IronPython/IronPython/Runtime/PythonFunction.cs#L72.
I'm not sure why that constructor throws an exception.</p>"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on
CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue
Tracker. You can unsubscribe or change your issue notification settings on
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users