Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] hashlib update really slow
2. [New issue] -X:Tracing argument problem?
3. [New issue] bytearray fails comparison with string value
----------------------------------------------
ISSUES
1. [New comment] hashlib update really slow
http://ironpython.codeplex.com/workitem/34022
User paweljasinski has commented on the issue:
"<p>link to mailing list:
https://mail.python.org/pipermail/ironpython-users/2014-February/016825.html<br></p>"-----------------
2. [New issue] -X:Tracing argument problem?
http://ironpython.codeplex.com/workitem/35469
User amgraham has proposed the issue:
"IronPython 2.7.5b2
a = compile('2+2', '', 'eval) compiles normally
However if the -X:Tracing argument is specified to ipy.exe then the above
raises an error.
SystemError: Unable to transform LambdaExpression because DebugInfoExpression
#0 did not have a valid SymbolDocumentInfo.
This seems to be due to the empty string used as the filename
argument."-----------------
3. [New issue] bytearray fails comparison with string value
http://ironpython.codeplex.com/workitem/35470
User fdanny has proposed the issue:
"The bytearray compared to the string with the same value fails in IronPython
2.7.5b3 and passes in CPython 2.7.8
code snippet
IronPython 2.7.5.b3
x = bytearray(b'Danny')
y = 'Danny'
x == y
False
CPython 2.7.8
x = bytearray(b'Danny')
y = 'Danny'
x == y
True
"
----------------------------------------------
----------------------------------------------
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