Richard Oudkerk <shibt...@gmail.com> added the comment:

> RawValue uses ctypes, right? That's problematic for platforms which don't 
> support ctypes.

Are there many posix systems (we care about) where ctypes doesn't work?

It would be fairly easy to use memoryview instead of ctypes.  (In fact 
Value/RawValue could be implemented that way when using a typecode instead of a 
ctypes type.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to