[Ironpython-users] IronPython, Daily Digest 6/29/2011

no_reply at codeplex.com no_reply at codeplex.com
Thu Jun 30 12:27:29 CEST 2011


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


More information about the Ironpython-users mailing list