[Ironpython-users] IronPython, Daily Digest 2/25/2014

CodePlex no_reply at codeplex.com
Wed Feb 26 09:22:31 CET 2014


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


More information about the Ironpython-users mailing list