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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to