Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] compile('#foo\n', '<stdin>', 'single') throws null ref exception
2. [New issue] compile('#foo\n', '<stdin>', 'single') throws null ref exception
3. [New issue] compile('#foo\n', '<stdin>', 'single') throws null ref exception
----------------------------------------------
ISSUES
1. [New issue] compile('#foo\n', '<stdin>', 'single') throws null ref exception
http://ironpython.codeplex.com/workitem/30940
User dinov has proposed the issue:
"compile('#foo\n', '<stdin>', 'single')
IronPython:
>>> compile('#foo\n', '<stdin>', 'single')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: Object reference not set to an instance of an object.
CPython:
>>> compile('#foo\n', '<stdin>', 'single')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<stdin>", line 1
#foo
^
SyntaxError: unexpected EOF while parsing"-----------------
2. [New issue] compile('#foo\n', '<stdin>', 'single') throws null ref exception
http://ironpython.codeplex.com/workitem/30941
User dinov has proposed the issue:
"compile('#foo\n', '<stdin>', 'single')
IronPython:
>>> compile('#foo\n', '<stdin>', 'single')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: Object reference not set to an instance of an object.
CPython:
>>> compile('#foo\n', '<stdin>', 'single')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<stdin>", line 1
#foo
^
SyntaxError: unexpected EOF while parsing"-----------------
3. [New issue] compile('#foo\n', '<stdin>', 'single') throws null ref exception
http://ironpython.codeplex.com/workitem/30942
User dinov has proposed the issue:
"compile('#foo\n', '<stdin>', 'single')
IronPython:
>>> compile('#foo\n', '<stdin>', 'single')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: Object reference not set to an instance of an object.
CPython:
>>> compile('#foo\n', '<stdin>', 'single')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<stdin>", line 1
#foo
^
SyntaxError: unexpected EOF while parsing"
----------------------------------------------
----------------------------------------------
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