[Ironpython-users] IronPython, Daily Digest 8/29/2012

no_reply at codeplex.com no_reply at codeplex.com
Thu Aug 30 14:33:13 CEST 2012


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] eval() function doesn't work as expected

----------------------------------------------

ISSUES

1. [New issue] eval() function doesn't work as expected
http://ironpython.codeplex.com/workitem/33083
User sky_handsome has proposed the issue:

"The following simple code will raise exception:
f = lambda: x + 1 
print eval(f.func_code, {'x': 2})

NameError: global name 'x' is not defined

while using python will successfully print the result."
----------------------------------------------



----------------------------------------------
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120830/e34a6c58/attachment.html>


More information about the Ironpython-users mailing list