On Sat, Feb 27, 2010 at 11:20 AM, Thomas Heller <span dir="ltr">&lt;<a href="mailto:theller@ctypes.org">theller@ctypes.org</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
See issue 887237:<br>
<br>
<a href="http://bugs.python.org/issue887237" target="_blank">http://bugs.python.org/issue887237</a><br></blockquote><div><br>Thanks for the link Thomas.  Since there is already interest in adding arithmetic to ctypes, perhaps that is an option.  One question that raises in my mind, though, is should only &#39;long double&#39; unpack to a ctype in that case?  Or should all items unpack to ctypes now?  It seems to me that you would want everything to unpack to types from the same family (e.g. Python builtins or ctypes).  This seems conceptually cleaner and the interoperability between types in the same &quot;family&quot; are (or can be in the case of modifying ctypes) more clearly defined.<br>
<br>Thanks,<br><br>-- Meador<br></div></div>