Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] DAQMX Code which works fine with "Python 2.7.3" giving issue
with IRONPYTHON
2. [New comment] struct.pack not threadsafe
3. [New issue] ast: elif is missing lineno and col_offset attributes
----------------------------------------------
ISSUES
1. [New comment] DAQMX Code which works fine with "Python 2.7.3" giving issue
with IRONPYTHON
http://ironpython.codeplex.com/workitem/33648
User mvdk has commented on the issue:
"CreateChan is a unicode string. Are you sure that DAQmxCreateDOChan takes one
of those as a parameter?"-----------------
2. [New comment] struct.pack not threadsafe
http://ironpython.codeplex.com/workitem/33720
User jdhardy has commented on the issue:
"I'd be OK with a patch to just lock _cache, for now."-----------------
3. [New issue] ast: elif is missing lineno and col_offset attributes
http://ironpython.codeplex.com/workitem/33725
User paweljasinski has proposed the issue:
"the following throws exception:
import ast
m=ast.parse("""
if False:
pass
elif False:
pass
""")
ast.dump(m,include_attributes=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
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users