[Ironpython-users] IronPython, Daily Digest 1/14/2014
CodePlex
no_reply at codeplex.com
Wed Jan 15 09:23:29 CET 2014
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] ctypes.memmove doesn't tolerate 0 size
----------------------------------------------
ISSUES
1. [New issue] ctypes.memmove doesn't tolerate 0 size
http://ironpython.codeplex.com/workitem/34892
User paweljasinski has proposed the issue:
"from ctypes import *
src = b''
dest = create_string_buffer(0)
memmove(dest, src, 0)
works on cpython, but created exception on ip:
Traceback (most recent call last):
File "ctypes-memmove.py", line 4, in <module>
IndexError: Index was outside the bounds of the array.
"
----------------------------------------------
----------------------------------------------
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/20140115/b9c3622e/attachment.html>
More information about the Ironpython-users
mailing list