Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] Include some way to discover IronPython path
2. [New issue] ast.parse raises SystemError on "yield"

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

ISSUES

1. [New comment] Include some way to discover IronPython path
http://ironpython.codeplex.com/workitem/34692
User javierpr19 has commented on the issue:

"<p>Hi,</p><p>Now, I have IronPython 2.7.4 installed over Windows 8.1 and I 
don't have this entry.<br>I have reinstalled IronPython with the same 
resultt.</p><p>Any idea?</p><p>Thanks</p>"-----------------

2. [New issue] ast.parse raises SystemError on "yield"
http://ironpython.codeplex.com/workitem/35001
User Demon has proposed the issue:

"ast.parse raises SystemError on "yield"

Reproduction code:

import ast
ast.parse("def f(): yield")

Result:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Program Files (x86)\IronPython 2.7\Lib\ast.py", line 37, in parse
SystemError: Object reference not set to an instance of an object."
----------------------------------------------



----------------------------------------------
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

Reply via email to